#379D58

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

Shades of Chateau Green #379D58

Tints of Chateau Green #379D58

Color information

#379D58 (or 0x379D58) is unknown color: approx Chateau Green. HEX triplet: 37, 9D and 58. RGB value is (55,157,88). Sum of RGB (Red+Green+Blue) = 55+157+88=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #379D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D58 is #C862A7. Grayscale: #767676. Windows color (decimal): -13132456 or 5807415. OLE color: 5807415.

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

Color convert

RGB5515788-
CMYK0.6500.440.38
HSL139.41º48.11%41.57%-
HSV(B)139.41º64.97%61.57%-
XYZ15.3925.6313.37-
YUV118.64110.7182.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 157 (61.72% from 255) = 52.33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=18.33%
G=52.33%
B=29.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157880.6500.440.38139.4148.1141.57
Hex379D584102C268b302a
Octal67235130101054462136052
Binary1101111001110110110001000001010110010011010001011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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