Html Css Color HEX #35A052 Chateau Green

📋 copy color: '#35A052'

red 53 ◦ green 160 ◦ blue 82

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

Shades of Chateau Green #35A052

Tints of Chateau Green #35A052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.24%

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

R = 17.97%
G = 54.24%
B = 27.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#35A052 (or 0x35A052) is known color: Chateau Green. HEX triplet: 35, A0 and 52. RGB value is (53,160,82). Sum of RGB (Red+Green+Blue) = 53+160+82=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #35A052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A052 is #CA5FAD. Grayscale: #777777. Windows color (decimal): -13262766 or 5414965. OLE color: 5414965.

HSL color Cylindrical-coordinate representation of color #35A052: hue angle of 136.26º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A052 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 160 82 -
CMYK 0.67 0 0.49 0.37
HSL 136.26º 0.5% 0.42% -
HSV(B) 136.26º 0.67% 0.63% -
XYZ 15.56 26.51 12.28 -
YUV 119.12 107.05 80.84 -
System Red Green Blue C M Y K H S L
Decimal 53 160 82 0.67 0 0.49 0.37 136.26 0.5 0.42
Hex 35 A0 52 43 0 31 25 88 32 2A
Octal 65 240 122 103 0 61 45 210 62 52
Binary 110101 10100000 1010010 1000011 0 110001 100101 10001000 110010 101010

Color Harmonies of #35A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A052

Black with #35A052

Text Example


Text Example

White with #35A052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A052; }

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

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

background-color css

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

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

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

border-color css

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

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

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