#379B4E

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

Shades of Chateau Green #379B4E

Tints of Chateau Green #379B4E

Color information

#379B4E (or 0x379B4E) is unknown color: approx Chateau Green. HEX triplet: 37, 9B and 4E. RGB value is (55,155,78). Sum of RGB (Red+Green+Blue) = 55+155+78=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #379B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B4E is #C864B1. Grayscale: #747474. Windows color (decimal): -13132978 or 5151543. OLE color: 5151543.

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

Color convert

RGB5515578-
CMYK0.6500.500.39
HSL133.8º47.62%41.18%-
HSV(B)133.8º64.52%60.78%-
XYZ14.6724.811.22-
YUV116.32106.3784.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=19.10%
G=53.82%
B=27.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155780.6500.500.39133.847.6241.18
Hex379B4E4103227863029
Octal67233116101062472066051
Binary1101111001101110011101000001011001010011110000110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,155,78); }

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

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

 a { background-color: rgb(55,155,78); }

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

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

 span { border-color: rgb(55,155,78); }

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