#35A654

Color #35A654 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #35A654

Tints of Chateau Green #35A654

Color information

#35A654 (or 0x35A654) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 54. RGB value is (53,166,84). Sum of RGB (Red+Green+Blue) = 53+166+84=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #35A654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A654 is #CA59AB. Grayscale: #7B7B7B. Windows color (decimal): -13261228 or 5547573. OLE color: 5547573.

HSL color Cylindrical-coordinate representation of color #35A654: hue angle of 136.46º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A654 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB5316684-
CMYK0.6800.490.35
HSL136.46º51.6%42.94%-
HSV(B)136.46º68.07%65.1%-
XYZ16.728.6713.04-
YUV122.86106.0678.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 166 (65.23% from 255) = 54.79%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=17.49%
G=54.79%
B=27.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166840.6800.490.35136.4651.642.94
Hex35A654440312388342b
Octal65246124104061432106453
Binary1101011010011010101001000100011000110001110001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,84); }

 H1.HeaderClassName
 {
   color: #35A654;
 }
 .AnyTagClassName
 {
   color: #35A654;
 }
</style>
background-color css

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

 a { background-color: rgb(53,166,84); }

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

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

 span { border-color: rgb(53,166,84); }

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