#35bb4d

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

Shades of Chateau Green #35BB4D

Tints of Chateau Green #35BB4D

Color information

#35BB4D (or 0x35BB4D) is unknown color: approx Chateau Green. HEX triplet: 35, BB and 4D. RGB value is (53,187,77). Sum of RGB (Red+Green+Blue) = 53+187+77=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB4D is #CA44B2. Grayscale: #868686. Windows color (decimal): -13255859 or 5094197. OLE color: 5094197.

HSL color Cylindrical-coordinate representation of color #35BB4D: hue angle of 130.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB4D is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB5318777-
CMYK0.7200.590.27
HSL130.75º55.83%47.06%-
HSV(B)130.75º71.66%73.33%-
XYZ20.5836.8313.05-
YUV134.3995.6169.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 187 (73.44% from 255) = 58.99%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=16.72%
G=58.99%
B=24.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53187770.7200.590.27130.7555.8347.06
Hex35BB4D4803B1B83382f
Octal65273115110073332037057
Binary110101101110111001101100100001110111101110000011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35bb4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,77); }

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

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

 a { background-color: rgb(53,187,77); }

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

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

 span { border-color: rgb(53,187,77); }

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