Html Css Color HEX #369249 Chateau Green

📋 copy color: '#369249'

red 54 ◦ green 146 ◦ blue 73

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

Shades of Chateau Green #369249

Tints of Chateau Green #369249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

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

R = 19.78%
G = 53.48%
B = 26.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#369249 (or 0x369249) is known color: Chateau Green. HEX triplet: 36, 92 and 49. RGB value is (54,146,73). Sum of RGB (Red+Green+Blue) = 54+146+73=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #369249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369249 is #C96DB6. Grayscale: #6E6E6E. Windows color (decimal): -13200823 or 4821558. OLE color: 4821558.

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

Color convert

RGB 54 146 73 -
CMYK 0.63 0 0.5 0.43
HSL 132.39º 0.46% 0.39% -
HSV(B) 132.39º 0.63% 0.57% -
XYZ 13 21.82 9.83 -
YUV 110.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 54 146 73 0.63 0 0.5 0.43 132.39 0.46 0.39
Hex 36 92 49 3F 0 32 2B 84 2E 27
Octal 66 222 111 77 0 62 53 204 56 47
Binary 110110 10010010 1001001 111111 0 110010 101011 10000100 101110 100111

Color Harmonies of #369249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369249

Black with #369249

Text Example


Text Example

White with #369249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369249; }

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

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

background-color css

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

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

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

border-color css

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

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

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