Html Css Color HEX #379F49 Chateau Green

📋 copy color: '#379F49'

red 55 ◦ green 159 ◦ blue 73

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

Shades of Chateau Green #379F49

Tints of Chateau Green #379F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 19.16%
G = 55.4%
B = 25.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#379F49 (or 0x379F49) is known color: Chateau Green. HEX triplet: 37, 9F and 49. RGB value is (55,159,73). Sum of RGB (Red+Green+Blue) = 55+159+73=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #379F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F49 is #C860B6. Grayscale: #767676. Windows color (decimal): -13131959 or 4824887. OLE color: 4824887.

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

Color convert

RGB 55 159 73 -
CMYK 0.65 0 0.54 0.38
HSL 130.38º 0.49% 0.42% -
HSV(B) 130.38º 0.65% 0.62% -
XYZ 15.18 26.09 10.54 -
YUV 118.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 55 159 73 0.65 0 0.54 0.38 130.38 0.49 0.42
Hex 37 9F 49 41 0 36 26 82 31 2A
Octal 67 237 111 101 0 66 46 202 61 52
Binary 110111 10011111 1001001 1000001 0 110110 100110 10000010 110001 101010

Color Harmonies of #379F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F49

Black with #379F49

Text Example


Text Example

White with #379F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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