Html Css Color HEX #359849 Chateau Green

📋 copy color: '#359849'

red 53 ◦ green 152 ◦ blue 73

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

Shades of Chateau Green #359849

Tints of Chateau Green #359849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

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

R = 19.06%
G = 54.68%
B = 26.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#359849 (or 0x359849) is known color: Chateau Green. HEX triplet: 35, 98 and 49. RGB value is (53,152,73). Sum of RGB (Red+Green+Blue) = 53+152+73=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #359849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359849 is #CA67B6. Grayscale: #717171. Windows color (decimal): -13264823 or 4823093. OLE color: 4823093.

HSL color Cylindrical-coordinate representation of color #359849: hue angle of 132.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359849 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 73 -
CMYK 0.65 0 0.52 0.40
HSL 132.12º 0.48% 0.4% -
HSV(B) 132.12º 0.65% 0.6% -
XYZ 13.9 23.69 10.14 -
YUV 113.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 53 152 73 0.65 0 0.52 0.40 132.12 0.48 0.4
Hex 35 98 49 41 0 34 28 84 30 28
Octal 65 230 111 101 0 64 50 204 60 50
Binary 110101 10011000 1001001 1000001 0 110100 101000 10000100 110000 101000

Color Harmonies of #359849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359849

Black with #359849

Text Example


Text Example

White with #359849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359849; }

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

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

background-color css

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

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

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

border-color css

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

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

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