#35B788

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

Shades of Jungle Green #35B788

Tints of Jungle Green #35B788

Color information

#35B788 (or 0x35B788) is unknown color: approx Jungle Green. HEX triplet: 35, B7 and 88. RGB value is (53,183,136). Sum of RGB (Red+Green+Blue) = 53+183+136=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #35B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B788 is #CA4877. Grayscale: #8A8A8A. Windows color (decimal): -13256824 or 8959797. OLE color: 8959797.

HSL color Cylindrical-coordinate representation of color #35B788: hue angle of 158.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B788 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB53183136-
CMYK0.7100.260.28
HSL158.31º55.08%46.27%-
HSV(B)158.31º71.04%71.76%-
XYZ22.8536.429.11-
YUV138.77126.4366.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=14.25%
G=49.19%
B=36.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531831360.7100.260.28158.3155.0846.27
Hex35B7884701A1C9e372e
Octal65267210107032342366756
Binary110101101101111000100010001110110101110010011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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