Html Css Color HEX #359853 Chateau Green

📋 copy color: '#359853'

red 53 ◦ green 152 ◦ blue 83

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

Shades of Chateau Green #359853

Tints of Chateau Green #359853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 18.4%
G = 52.78%
B = 28.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#359853 (or 0x359853) is known color: Chateau Green. HEX triplet: 35, 98 and 53. RGB value is (53,152,83). Sum of RGB (Red+Green+Blue) = 53+152+83=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #359853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359853 is #CA67AC. Grayscale: #727272. Windows color (decimal): -13264813 or 5478453. OLE color: 5478453.

HSL color Cylindrical-coordinate representation of color #359853: hue angle of 138.18º 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 #359853 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 83 -
CMYK 0.65 0 0.45 0.40
HSL 138.18º 0.48% 0.4% -
HSV(B) 138.18º 0.65% 0.6% -
XYZ 14.26 23.84 12.03 -
YUV 114.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 53 152 83 0.65 0 0.45 0.40 138.18 0.48 0.4
Hex 35 98 53 41 0 2D 28 8A 30 28
Octal 65 230 123 101 0 55 50 212 60 50
Binary 110101 10011000 1010011 1000001 0 101101 101000 10001010 110000 101000

Color Harmonies of #359853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359853

Black with #359853

Text Example


Text Example

White with #359853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359853; }

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

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

background-color css

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

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

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

border-color css

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

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

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