#35B259

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

Shades of Chateau Green #35B259

Tints of Chateau Green #35B259

Color information

#35B259 (or 0x35B259) is unknown color: approx Chateau Green. HEX triplet: 35, B2 and 59. RGB value is (53,178,89). Sum of RGB (Red+Green+Blue) = 53+178+89=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #35B259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B259 is #CA4DA6. Grayscale: #828282. Windows color (decimal): -13258151 or 5878325. OLE color: 5878325.

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

Color convert

RGB5317889-
CMYK0.7000.50.30
HSL137.28º54.11%45.29%-
HSV(B)137.28º70.22%69.8%-
XYZ19.1933.3214.87-
YUV130.48104.5972.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 178 (69.92% from 255) = 55.62%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=16.56%
G=55.62%
B=27.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178890.7000.50.30137.2854.1145.29
Hex35B259460321E89362d
Octal65262131106062362116655
Binary110101101100101011001100011001100101111010001001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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