Html Css Color HEX #359D49 Chateau Green

📋 copy color: '#359D49'

red 53 ◦ green 157 ◦ blue 73

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

Shades of Chateau Green #359D49

Tints of Chateau Green #359D49

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.48%

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

R = 18.73%
G = 55.48%
B = 25.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#359D49 (or 0x359D49) is known color: Chateau Green. HEX triplet: 35, 9D and 49. RGB value is (53,157,73). Sum of RGB (Red+Green+Blue) = 53+157+73=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #359D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D49 is #CA62B6. Grayscale: #747474. Windows color (decimal): -13263543 or 4824373. OLE color: 4824373.

HSL color Cylindrical-coordinate representation of color #359D49: hue angle of 131.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D49 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 73 -
CMYK 0.66 0 0.54 0.38
HSL 131.54º 0.5% 0.41% -
HSV(B) 131.54º 0.66% 0.62% -
XYZ 14.73 25.35 10.42 -
YUV 116.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 53 157 73 0.66 0 0.54 0.38 131.54 0.5 0.41
Hex 35 9D 49 42 0 36 26 84 32 29
Octal 65 235 111 102 0 66 46 204 62 51
Binary 110101 10011101 1001001 1000010 0 110110 100110 10000100 110010 101001

Color Harmonies of #359D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D49

Black with #359D49

Text Example


Text Example

White with #359D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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