#35BE50

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

Shades of Chateau Green #35BE50

Tints of Chateau Green #35BE50

Color information

#35BE50 (or 0x35BE50) is unknown color: approx Chateau Green. HEX triplet: 35, BE and 50. RGB value is (53,190,80). Sum of RGB (Red+Green+Blue) = 53+190+80=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BE50 is #CA41AF. Grayscale: #888888. Windows color (decimal): -13255088 or 5291573. OLE color: 5291573.

HSL color Cylindrical-coordinate representation of color #35BE50: hue angle of 131.82º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE50 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB5319080-
CMYK0.7200.580.25
HSL131.82º56.38%47.65%-
HSV(B)131.82º72.11%74.51%-
XYZ21.3338.1613.83-
YUV136.596.1168.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=16.41%
G=58.82%
B=24.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190800.7200.580.25131.8256.3847.65
Hex35BE504803A19843830
Octal65276120110072312047060
Binary110101101111101010000100100001110101100110000100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,190,80); }

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

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

 a { background-color: rgb(53,190,80); }

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

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

 span { border-color: rgb(53,190,80); }

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