#35BD4E

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

Shades of Chateau Green #35BD4E

Tints of Chateau Green #35BD4E

Color information

#35BD4E (or 0x35BD4E) is unknown color: approx Chateau Green. HEX triplet: 35, BD and 4E. RGB value is (53,189,78). Sum of RGB (Red+Green+Blue) = 53+189+78=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD4E is #CA42B1. Grayscale: #878787. Windows color (decimal): -13255346 or 5160245. OLE color: 5160245.

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

Color convert

RGB5318978-
CMYK0.7200.590.26
HSL131.03º56.2%47.45%-
HSV(B)131.03º71.96%74.12%-
XYZ21.0437.713.38-
YUV135.6895.4469.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 189 (74.22% from 255) = 59.06%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=16.56%
G=59.06%
B=24.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189780.7200.590.26131.0356.247.45
Hex35BD4E4803B1A83382f
Octal65275116110073322037057
Binary110101101111011001110100100001110111101010000011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,78); }

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

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

 a { background-color: rgb(53,189,78); }

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

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

 span { border-color: rgb(53,189,78); }

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