#35B357

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

Shades of Chateau Green #35B357

Tints of Chateau Green #35B357

Color information

#35B357 (or 0x35B357) is unknown color: approx Chateau Green. HEX triplet: 35, B3 and 57. RGB value is (53,179,87). Sum of RGB (Red+Green+Blue) = 53+179+87=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #35B357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B357 is #CA4CA8. Grayscale: #838383. Windows color (decimal): -13257897 or 5747509. OLE color: 5747509.

HSL color Cylindrical-coordinate representation of color #35B357: hue angle of 136.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B357 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB5317987-
CMYK0.7000.510.30
HSL136.19º54.31%45.49%-
HSV(B)136.19º70.39%70.2%-
XYZ19.3133.6914.5-
YUV130.84103.2672.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=16.61%
G=56.11%
B=27.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53179870.7000.510.30136.1954.3145.49
Hex35B357460331E88362d
Octal65263127106063362106655
Binary110101101100111010111100011001100111111010001000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,87); }

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

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

 a { background-color: rgb(53,179,87); }

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

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

 span { border-color: rgb(53,179,87); }

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