#35B555

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

Shades of Chateau Green #35B555

Tints of Chateau Green #35B555

Color information

#35B555 (or 0x35B555) is unknown color: approx Chateau Green. HEX triplet: 35, B5 and 55. RGB value is (53,181,85). Sum of RGB (Red+Green+Blue) = 53+181+85=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #35B555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B555 is #CA4AAA. Grayscale: #848484. Windows color (decimal): -13257387 or 5616949. OLE color: 5616949.

HSL color Cylindrical-coordinate representation of color #35B555: hue angle of 135º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B555 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB5318185-
CMYK0.7100.530.29
HSL135º54.7%45.88%-
HSV(B)135º70.72%70.98%-
XYZ19.6334.4614.21-
YUV131.78101.5971.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=16.61%
G=56.74%
B=26.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53181850.7100.530.2913554.745.88
Hex35B555470351D87372e
Octal65265125107065352076756
Binary110101101101011010101100011101101011110110000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,85); }

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

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

 a { background-color: rgb(53,181,85); }

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

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

 span { border-color: rgb(53,181,85); }

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