#379E5B

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

Shades of Chateau Green #379E5B

Tints of Chateau Green #379E5B

Color information

#379E5B (or 0x379E5B) is unknown color: approx Chateau Green. HEX triplet: 37, 9E and 5B. RGB value is (55,158,91). Sum of RGB (Red+Green+Blue) = 55+158+91=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #379E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379E5B is #C861A4. Grayscale: #777777. Windows color (decimal): -13132197 or 6004279. OLE color: 6004279.

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

Color convert

RGB5515891-
CMYK0.6500.420.38
HSL140.97º48.36%41.76%-
HSV(B)140.97º65.19%61.96%-
XYZ15.6926.0214.09-
YUV119.56111.8881.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=18.09%
G=51.97%
B=29.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55158910.6500.420.38140.9748.3641.76
Hex379E5B4102A268d302a
Octal67236133101052462156052
Binary1101111001111010110111000001010101010011010001101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,158,91); }

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

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

 a { background-color: rgb(55,158,91); }

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

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

 span { border-color: rgb(55,158,91); }

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