#35BA58

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

Shades of Chateau Green #35BA58

Tints of Chateau Green #35BA58

Color information

#35BA58 (or 0x35BA58) is unknown color: approx Chateau Green. HEX triplet: 35, BA and 58. RGB value is (53,186,88). Sum of RGB (Red+Green+Blue) = 53+186+88=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA58 is #CA45A7. Grayscale: #878787. Windows color (decimal): -13256104 or 5814837. OLE color: 5814837.

HSL color Cylindrical-coordinate representation of color #35BA58: hue angle of 135.79º 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 #35BA58 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB5318688-
CMYK0.7200.530.27
HSL135.79º55.65%46.86%-
HSV(B)135.79º71.51%72.94%-
XYZ20.7936.5815.2-
YUV135.06101.4469.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 186 (73.05% from 255) = 56.88%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=16.21%
G=56.88%
B=26.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186880.7200.530.27135.7955.6546.86
Hex35BA58480351B88382f
Octal65272130110065332107057
Binary110101101110101011000100100001101011101110001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,88); }

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

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

 a { background-color: rgb(53,186,88); }

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

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

 span { border-color: rgb(53,186,88); }

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