#35B256

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

Shades of Chateau Green #35B256

Tints of Chateau Green #35B256

Color information

#35B256 (or 0x35B256) is unknown color: approx Chateau Green. HEX triplet: 35, B2 and 56. RGB value is (53,178,86). Sum of RGB (Red+Green+Blue) = 53+178+86=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #35B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B256 is #CA4DA9. Grayscale: #828282. Windows color (decimal): -13258154 or 5681717. OLE color: 5681717.

HSL color Cylindrical-coordinate representation of color #35B256: hue angle of 135.84º 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 #35B256 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB5317886-
CMYK0.7000.520.30
HSL135.84º54.11%45.29%-
HSV(B)135.84º70.22%69.8%-
XYZ19.0733.2714.22-
YUV130.14103.0972.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 178 (69.92% from 255) = 56.15%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=16.72%
G=56.15%
B=27.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178860.7000.520.30135.8454.1145.29
Hex35B256460341E88362d
Octal65262126106064362106655
Binary110101101100101010110100011001101001111010001000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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