#35BC88

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

Shades of Jungle Green #35BC88

Tints of Jungle Green #35BC88

Color information

#35BC88 (or 0x35BC88) is unknown color: approx Jungle Green. HEX triplet: 35, BC and 88. RGB value is (53,188,136). Sum of RGB (Red+Green+Blue) = 53+188+136=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BC88 is #CA4377. Grayscale: #8D8D8D. Windows color (decimal): -13255544 or 8961077. OLE color: 8961077.

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

Color convert

RGB53188136-
CMYK0.7200.280.26
HSL156.89º56.02%47.25%-
HSV(B)156.89º71.81%73.73%-
XYZ23.938.529.46-
YUV141.71124.7764.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=14.06%
G=49.87%
B=36.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881360.7200.280.26156.8956.0247.25
Hex35BC884801C1A9d382f
Octal65274210110034322357057
Binary110101101111001000100010010000111001101010011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,188,136); }

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

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

 a { background-color: rgb(53,188,136); }

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

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

 span { border-color: rgb(53,188,136); }

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