Html Css Color HEX #359952 Chateau Green

📋 copy color: '#359952'

red 53 ◦ green 153 ◦ blue 82

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

Shades of Chateau Green #359952

Tints of Chateau Green #359952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.47%

R = 18.4%
G = 53.13%
B = 28.47%

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

#359952 (or 0x359952) is known color: Chateau Green. HEX triplet: 35, 99 and 52. RGB value is (53,153,82). Sum of RGB (Red+Green+Blue) = 53+153+82=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #359952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359952 is #CA66AD. Grayscale: #737373. Windows color (decimal): -13264558 or 5413173. OLE color: 5413173.

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

Color convert

RGB 53 153 82 -
CMYK 0.65 0 0.46 0.4
HSL 137.4º 0.49% 0.4% -
HSV(B) 137.4º 0.65% 0.6% -
XYZ 14.38 24.15 11.89 -
YUV 115.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 53 153 82 0.65 0 0.46 0.4 137.4 0.49 0.4
Hex 35 99 52 41 0 2E 28 89 31 28
Octal 65 231 122 101 0 56 50 211 61 50
Binary 110101 10011001 1010010 1000001 0 101110 101000 10001001 110001 101000

Color Harmonies of #359952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359952

Black with #359952

Text Example


Text Example

White with #359952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359952; }

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

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

background-color css

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

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

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

border-color css

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

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

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