#35BB88

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

Shades of Jungle Green #35BB88

Tints of Jungle Green #35BB88

Color information

#35BB88 (or 0x35BB88) is unknown color: approx Jungle Green. HEX triplet: 35, BB and 88. RGB value is (53,187,136). Sum of RGB (Red+Green+Blue) = 53+187+136=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BB88 is #CA4477. Grayscale: #8D8D8D. Windows color (decimal): -13255800 or 8960821. OLE color: 8960821.

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

Color convert

RGB53187136-
CMYK0.7200.270.27
HSL157.16º55.83%47.06%-
HSV(B)157.16º71.66%73.33%-
XYZ23.6838.0829.39-
YUV141.12125.1165.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 187 (73.44% from 255) = 49.73%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=14.10%
G=49.73%
B=36.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871360.7200.270.27157.1655.8347.06
Hex35BB884801B1B9d382f
Octal65273210110033332357057
Binary110101101110111000100010010000110111101110011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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