Html Css Color HEX #379F59 Chateau Green

📋 copy color: '#379F59'

red 55 ◦ green 159 ◦ blue 89

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

Shades of Chateau Green #379F59

Tints of Chateau Green #379F59

RGB

 RED value IS 55 (21.88% from 255) = 18.15%

 GREEN value IS 159 (62.5% from 255) = 52.48%

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 18.15%
G = 52.48%
B = 29.37%

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

#379F59 (or 0x379F59) is known color: Chateau Green. HEX triplet: 37, 9F and 59. RGB value is (55,159,89). Sum of RGB (Red+Green+Blue) = 55+159+89=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #379F59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F59 is #C860A6. Grayscale: #787878. Windows color (decimal): -13131943 or 5873463. OLE color: 5873463.

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

Color convert

RGB 55 159 89 -
CMYK 0.65 0 0.44 0.38
HSL 139.62º 0.49% 0.42% -
HSV(B) 139.62º 0.65% 0.62% -
XYZ 15.78 26.33 13.7 -
YUV 119.92 110.54 81.69 -
System Red Green Blue C M Y K H S L
Decimal 55 159 89 0.65 0 0.44 0.38 139.62 0.49 0.42
Hex 37 9F 59 41 0 2C 26 8C 31 2A
Octal 67 237 131 101 0 54 46 214 61 52
Binary 110111 10011111 1011001 1000001 0 101100 100110 10001100 110001 101010

Color Harmonies of #379F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F59

Black with #379F59

Text Example


Text Example

White with #379F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,159,89); }

 H1.HeaderClassName
 {
   color: #379F59;
 }
 .AnyTagClassName
 {
   color: #379F59;
 }
</style>

background-color css

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

 a { background-color: rgb(55,159,89); }

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

border-color css

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

 span { border-color: rgb(55,159,89); }

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