#379C4A

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

Shades of Chateau Green #379C4A

Tints of Chateau Green #379C4A

Color information

#379C4A (or 0x379C4A) is unknown color: approx Chateau Green. HEX triplet: 37, 9C and 4A. RGB value is (55,156,74). Sum of RGB (Red+Green+Blue) = 55+156+74=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #379C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C4A is #C863B5. Grayscale: #747474. Windows color (decimal): -13132726 or 4889655. OLE color: 4889655.

HSL color Cylindrical-coordinate representation of color #379C4A: hue angle of 131.29º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C4A is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB5515674-
CMYK0.6500.530.39
HSL131.29º47.87%41.37%-
HSV(B)131.29º64.74%61.18%-
XYZ14.725.0810.55-
YUV116.45104.0484.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=19.30%
G=54.74%
B=25.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55156740.6500.530.39131.2947.8741.37
Hex379C4A4103527833029
Octal67234112101065472036051
Binary1101111001110010010101000001011010110011110000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,156,74); }

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

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

 a { background-color: rgb(55,156,74); }

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

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

 span { border-color: rgb(55,156,74); }

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