Html Css Color HEX #369349 Chateau Green

📋 copy color: '#369349'

red 54 ◦ green 147 ◦ blue 73

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

Shades of Chateau Green #369349

Tints of Chateau Green #369349

RGB

 RED value IS 54 (21.48% from 255) = 19.71%

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

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

R = 19.71%
G = 53.65%
B = 26.64%

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

#369349 (or 0x369349) is known color: Chateau Green. HEX triplet: 36, 93 and 49. RGB value is (54,147,73). Sum of RGB (Red+Green+Blue) = 54+147+73=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #369349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369349 is #C96CB6. Grayscale: #6E6E6E. Windows color (decimal): -13200567 or 4821814. OLE color: 4821814.

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

Color convert

RGB 54 147 73 -
CMYK 0.63 0 0.50 0.42
HSL 132.26º 0.46% 0.39% -
HSV(B) 132.26º 0.63% 0.58% -
XYZ 13.16 22.13 9.88 -
YUV 110.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 54 147 73 0.63 0 0.50 0.42 132.26 0.46 0.39
Hex 36 93 49 3F 0 32 2A 84 2E 27
Octal 66 223 111 77 0 62 52 204 56 47
Binary 110110 10010011 1001001 111111 0 110010 101010 10000100 101110 100111

Color Harmonies of #369349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369349

Black with #369349

Text Example


Text Example

White with #369349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369349; }

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

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

background-color css

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

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

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

border-color css

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

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

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