Html Css Color HEX #35A456 Chateau Green

📋 copy color: '#35A456'

red 53 ◦ green 164 ◦ blue 86

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

Shades of Chateau Green #35A456

Tints of Chateau Green #35A456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.13%

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 17.49%
G = 54.13%
B = 28.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#35A456 (or 0x35A456) is known color: Chateau Green. HEX triplet: 35, A4 and 56. RGB value is (53,164,86). Sum of RGB (Red+Green+Blue) = 53+164+86=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #35A456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A456 is #CA5BA9. Grayscale: #7A7A7A. Windows color (decimal): -13261738 or 5678133. OLE color: 5678133.

HSL color Cylindrical-coordinate representation of color #35A456: hue angle of 137.84º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A456 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 164 86 -
CMYK 0.68 0 0.48 0.36
HSL 137.84º 0.51% 0.43% -
HSV(B) 137.84º 0.68% 0.64% -
XYZ 16.42 27.98 13.34 -
YUV 121.92 107.73 78.84 -
System Red Green Blue C M Y K H S L
Decimal 53 164 86 0.68 0 0.48 0.36 137.84 0.51 0.43
Hex 35 A4 56 44 0 30 24 8A 33 2B
Octal 65 244 126 104 0 60 44 212 63 53
Binary 110101 10100100 1010110 1000100 0 110000 100100 10001010 110011 101011

Color Harmonies of #35A456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A456

Black with #35A456

Text Example


Text Example

White with #35A456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,164,86); }

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

background-color css

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

 a { background-color: rgb(53,164,86); }

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

border-color css

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

 span { border-color: rgb(53,164,86); }

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