Html Css Color HEX #359953 Chateau Green

📋 copy color: '#359953'

red 53 ◦ green 153 ◦ blue 83

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

Shades of Chateau Green #359953

Tints of Chateau Green #359953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.94%

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

R = 18.34%
G = 52.94%
B = 28.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#359953 (or 0x359953) is known color: Chateau Green. HEX triplet: 35, 99 and 53. RGB value is (53,153,83). Sum of RGB (Red+Green+Blue) = 53+153+83=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #359953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359953 is #CA66AC. Grayscale: #737373. Windows color (decimal): -13264557 or 5478709. OLE color: 5478709.

HSL color Cylindrical-coordinate representation of color #359953: hue angle of 138º degrees, saturation: 0.49, 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 #359953 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 83 -
CMYK 0.65 0 0.46 0.4
HSL 138º 0.49% 0.4% -
HSV(B) 138º 0.65% 0.6% -
XYZ 14.42 24.16 12.09 -
YUV 115.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 53 153 83 0.65 0 0.46 0.4 138 0.49 0.4
Hex 35 99 53 41 0 2E 28 8A 31 28
Octal 65 231 123 101 0 56 50 212 61 50
Binary 110101 10011001 1010011 1000001 0 101110 101000 10001010 110001 101000

Color Harmonies of #359953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359953

Black with #359953

Text Example


Text Example

White with #359953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359953; }

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

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

background-color css

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

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

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

border-color css

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

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

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