Html Css Color HEX #379D58 Chateau Green

📋 copy color: '#379D58'

red 55 ◦ green 157 ◦ blue 88

#379D58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #379D58

Tints of Chateau Green #379D58

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 value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#379D58 (or 0x379D58) is known color: 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

RGB 55 157 88 -
CMYK 0.65 0 0.44 0.38
HSL 139.41º 0.48% 0.42% -
HSV(B) 139.41º 0.65% 0.62% -
XYZ 15.39 25.63 13.37 -
YUV 118.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 55 157 88 0.65 0 0.44 0.38 139.41 0.48 0.42
Hex 37 9D 58 41 0 2C 26 8B 30 2A
Octal 67 235 130 101 0 54 46 213 60 52
Binary 110111 10011101 1011000 1000001 0 101100 100110 10001011 110000 101010

Color Harmonies of #379D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D58

Black with #379D58

Text Example


Text Example

White with #379D58

Text Example


Text Example

HTML Codes & Css Web 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>