Html Css Color HEX #359249 Chateau Green

📋 copy color: '#359249'

red 53 ◦ green 146 ◦ blue 73

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

Shades of Chateau Green #359249

Tints of Chateau Green #359249

RGB

 RED value IS 53 (21.09% from 255) = 19.49%

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

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

R = 19.49%
G = 53.68%
B = 26.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#359249 (or 0x359249) is known color: Chateau Green. HEX triplet: 35, 92 and 49. RGB value is (53,146,73). Sum of RGB (Red+Green+Blue) = 53+146+73=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #359249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359249 is #CA6DB6. Grayscale: #6E6E6E. Windows color (decimal): -13266359 or 4821557. OLE color: 4821557.

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

Color convert

RGB 53 146 73 -
CMYK 0.64 0 0.5 0.43
HSL 132.9º 0.47% 0.39% -
HSV(B) 132.9º 0.64% 0.57% -
XYZ 12.95 21.8 9.83 -
YUV 109.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 53 146 73 0.64 0 0.5 0.43 132.9 0.47 0.39
Hex 35 92 49 40 0 32 2B 85 2F 27
Octal 65 222 111 100 0 62 53 205 57 47
Binary 110101 10010010 1001001 1000000 0 110010 101011 10000101 101111 100111

Color Harmonies of #359249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359249

Black with #359249

Text Example


Text Example

White with #359249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359249; }

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

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

background-color css

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

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

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

border-color css

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

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

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