#379D48

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

Shades of Chateau Green #379D48

Tints of Chateau Green #379D48

Color information

#379D48 (or 0x379D48) is unknown color: approx Chateau Green. HEX triplet: 37, 9D and 48. RGB value is (55,157,72). Sum of RGB (Red+Green+Blue) = 55+157+72=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #379D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D48 is #C862B7. Grayscale: #757575. Windows color (decimal): -13132472 or 4758839. OLE color: 4758839.

HSL color Cylindrical-coordinate representation of color #379D48: hue angle of 130º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D48 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB5515772-
CMYK0.6500.540.38
HSL130º48.11%41.57%-
HSV(B)130º64.97%61.57%-
XYZ14.825.3910.25-
YUV116.81102.7183.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 157 (61.72% from 255) = 55.28%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=19.37%
G=55.28%
B=25.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157720.6500.540.3813048.1141.57
Hex379D48410362682302a
Octal67235110101066462026052
Binary1101111001110110010001000001011011010011010000010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D48; }

 p { color: rgb(55,157,72); }

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

<style>
 a { background-color: #379D48; }

 a { background-color: rgb(55,157,72); }

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

<style>
 span { border-color: #379D48; }

 span { border-color: rgb(55,157,72); }

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