Html Css Color HEX #369049 Chateau Green

📋 copy color: '#369049'

red 54 ◦ green 144 ◦ blue 73

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

Shades of Chateau Green #369049

Tints of Chateau Green #369049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 19.93%
G = 53.14%
B = 26.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#369049 (or 0x369049) is known color: Chateau Green. HEX triplet: 36, 90 and 49. RGB value is (54,144,73). Sum of RGB (Red+Green+Blue) = 54+144+73=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #369049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369049 is #C96FB6. Grayscale: #6D6D6D. Windows color (decimal): -13201335 or 4821046. OLE color: 4821046.

HSL color Cylindrical-coordinate representation of color #369049: hue angle of 132.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369049 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 73 -
CMYK 0.63 0 0.49 0.44
HSL 132.67º 0.45% 0.39% -
HSV(B) 132.67º 0.63% 0.56% -
XYZ 12.7 21.21 9.73 -
YUV 109 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 54 144 73 0.63 0 0.49 0.44 132.67 0.45 0.39
Hex 36 90 49 3F 0 31 2C 85 2D 27
Octal 66 220 111 77 0 61 54 205 55 47
Binary 110110 10010000 1001001 111111 0 110001 101100 10000101 101101 100111

Color Harmonies of #369049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369049

Black with #369049

Text Example


Text Example

White with #369049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369049; }

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

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

background-color css

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

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

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

border-color css

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

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

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