#35B58F

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

Shades of Jungle Green #35B58F

Tints of Jungle Green #35B58F

Color information

#35B58F (or 0x35B58F) is unknown color: approx Jungle Green. HEX triplet: 35, B5 and 8F. RGB value is (53,181,143). Sum of RGB (Red+Green+Blue) = 53+181+143=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #35B58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B58F is #CA4A70. Grayscale: #8A8A8A. Windows color (decimal): -13257329 or 9418037. OLE color: 9418037.

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

Color convert

RGB53181143-
CMYK0.7100.210.29
HSL162.19º54.7%45.88%-
HSV(B)162.19º70.72%70.98%-
XYZ22.9535.7931.68-
YUV138.4130.5967.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=14.06%
G=48.01%
B=37.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531811430.7100.210.29162.1954.745.88
Hex35B58F470151Da2372e
Octal65265217107025352426756
Binary110101101101011000111110001110101011110110100010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,143); }

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

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

 a { background-color: rgb(53,181,143); }

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

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

 span { border-color: rgb(53,181,143); }

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