Html Css Color HEX #379149 Chateau Green

📋 copy color: '#379149'

red 55 ◦ green 145 ◦ blue 73

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

Shades of Chateau Green #379149

Tints of Chateau Green #379149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.11%

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

R = 20.15%
G = 53.11%
B = 26.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#379149 (or 0x379149) is known color: Chateau Green. HEX triplet: 37, 91 and 49. RGB value is (55,145,73). Sum of RGB (Red+Green+Blue) = 55+145+73=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #379149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379149 is #C86EB6. Grayscale: #6E6E6E. Windows color (decimal): -13135543 or 4821303. OLE color: 4821303.

HSL color Cylindrical-coordinate representation of color #379149: hue angle of 132º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379149 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 73 -
CMYK 0.62 0 0.50 0.43
HSL 132º 0.45% 0.39% -
HSV(B) 132º 0.62% 0.57% -
XYZ 12.9 21.54 9.78 -
YUV 109.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 55 145 73 0.62 0 0.50 0.43 132 0.45 0.39
Hex 37 91 49 3E 0 32 2B 84 2D 27
Octal 67 221 111 76 0 62 53 204 55 47
Binary 110111 10010001 1001001 111110 0 110010 101011 10000100 101101 100111

Color Harmonies of #379149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379149

Black with #379149

Text Example


Text Example

White with #379149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379149; }

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

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

background-color css

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

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

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

border-color css

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

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

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