Html Css Color HEX #379349 Chateau Green

📋 copy color: '#379349'

red 55 ◦ green 147 ◦ blue 73

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

Shades of Chateau Green #379349

Tints of Chateau Green #379349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 20%
G = 53.45%
B = 26.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#379349 (or 0x379349) is known color: Chateau Green. HEX triplet: 37, 93 and 49. RGB value is (55,147,73). Sum of RGB (Red+Green+Blue) = 55+147+73=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #379349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379349 is #C86CB6. Grayscale: #6F6F6F. Windows color (decimal): -13135031 or 4821815. OLE color: 4821815.

HSL color Cylindrical-coordinate representation of color #379349: hue angle of 131.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379349 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 73 -
CMYK 0.63 0 0.50 0.42
HSL 131.74º 0.46% 0.4% -
HSV(B) 131.74º 0.63% 0.58% -
XYZ 13.21 22.16 9.88 -
YUV 111.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 55 147 73 0.63 0 0.50 0.42 131.74 0.46 0.4
Hex 37 93 49 3F 0 32 2A 84 2E 28
Octal 67 223 111 77 0 62 52 204 56 50
Binary 110111 10010011 1001001 111111 0 110010 101010 10000100 101110 101000

Color Harmonies of #379349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379349

Black with #379349

Text Example


Text Example

White with #379349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379349; }

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

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

background-color css

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

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

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

border-color css

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

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

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