#379D4D

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

Shades of Chateau Green #379D4D

Tints of Chateau Green #379D4D

Color information

#379D4D (or 0x379D4D) is unknown color: approx Chateau Green. HEX triplet: 37, 9D and 4D. RGB value is (55,157,77). Sum of RGB (Red+Green+Blue) = 55+157+77=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #379D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D4D is #C862B2. Grayscale: #757575. Windows color (decimal): -13132467 or 5086519. OLE color: 5086519.

HSL color Cylindrical-coordinate representation of color #379D4D: hue angle of 132.94º 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 #379D4D is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB5515777-
CMYK0.6500.510.38
HSL132.94º48.11%41.57%-
HSV(B)132.94º64.97%61.57%-
XYZ14.9725.4611.15-
YUV117.38105.2183.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 157 (61.72% from 255) = 54.33%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=19.03%
G=54.33%
B=26.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157770.6500.510.38132.9448.1141.57
Hex379D4D410332685302a
Octal67235115101063462056052
Binary1101111001110110011011000001011001110011010000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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