Html Css Color HEX #38A94C Chateau Green

📋 copy color: '#38A94C'

red 56 ◦ green 169 ◦ blue 76

#38A94C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #38A94C

Tints of Chateau Green #38A94C

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

 GREEN value IS 169 (66.41% from 255) = 56.15%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 18.6%
G = 56.15%
B = 25.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38A94C (or 0x38A94C) is known color: Chateau Green. HEX triplet: 38, A9 and 4C. RGB value is (56,169,76). Sum of RGB (Red+Green+Blue) = 56+169+76=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #38A94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A94C is #C756B3. Grayscale: #7C7C7C. Windows color (decimal): -13063860 or 5024056. OLE color: 5024056.

HSL color Cylindrical-coordinate representation of color #38A94C: hue angle of 130.62º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A94C is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 169 76 -
CMYK 0.67 0 0.55 0.34
HSL 130.62º 0.5% 0.44% -
HSV(B) 130.62º 0.67% 0.66% -
XYZ 17.12 29.74 11.68 -
YUV 124.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 56 169 76 0.67 0 0.55 0.34 130.62 0.5 0.44
Hex 38 A9 4C 43 0 37 22 83 32 2C
Octal 70 251 114 103 0 67 42 203 62 54
Binary 111000 10101001 1001100 1000011 0 110111 100010 10000011 110010 101100

Color Harmonies of #38A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A94C

Black with #38A94C

Text Example


Text Example

White with #38A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A94C; }

 p { color: rgb(56,169,76); }

 H1.HeaderClassName
 {
   color: #38A94C;
 }
 .AnyTagClassName
 {
   color: #38A94C;
 }
</style>

background-color css

<style>
 a { background-color: #38A94C; }

 a { background-color: rgb(56,169,76); }

 div.DivClassName
 {
   background-color: #38A94C;
 }
 .BgClassName
 {
   background-color: #38A94C;
 }
</style>

border-color css

<style>
 span { border-color: #38A94C; }

 span { border-color: rgb(56,169,76); }

 td.TdClassName
 {
   border-color: #38A94C;
 }
 .TagClassName
 {
   border-color: #38A94C;
 }
</style>