#38924C

Color #38924C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38924C

Tints of Chateau Green #38924C

Color information

#38924C (or 0x38924C) is unknown color: approx Chateau Green. HEX triplet: 38, 92 and 4C. RGB value is (56,146,76). Sum of RGB (Red+Green+Blue) = 56+146+76=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #38924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38924C is #C76DB3. Grayscale: #6F6F6F. Windows color (decimal): -13069748 or 5018168. OLE color: 5018168.

HSL color Cylindrical-coordinate representation of color #38924C: hue angle of 133.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38924C is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB5614676-
CMYK0.6200.480.43
HSL133.33º44.55%39.61%-
HSV(B)133.33º61.64%57.25%-
XYZ13.2121.9210.37-
YUV111.11108.1888.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=20.14%
G=52.52%
B=27.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146760.6200.480.43133.3344.5539.61
Hex38924C3E0302B852d28
Octal7022211476060532055550
Binary111000100100101001100111110011000010101110000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38924C; }

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

 H1.HeaderClassName
 {
   color: #38924C;
 }
 .AnyTagClassName
 {
   color: #38924C;
 }
</style>
background-color css

<style>
 a { background-color: #38924C; }

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

 div.DivClassName
 {
   background-color: #38924C;
 }
 .BgClassName
 {
   background-color: #38924C;
 }
</style>
border-color css

<style>
 span { border-color: #38924C; }

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

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