#35B98E

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

Shades of Jungle Green #35B98E

Tints of Jungle Green #35B98E

Color information

#35B98E (or 0x35B98E) is unknown color: approx Jungle Green. HEX triplet: 35, B9 and 8E. RGB value is (53,185,142). Sum of RGB (Red+Green+Blue) = 53+185+142=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #35B98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B98E is #CA4671. Grayscale: #8C8C8C. Windows color (decimal): -13256306 or 9353525. OLE color: 9353525.

HSL color Cylindrical-coordinate representation of color #35B98E: hue angle of 160.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B98E is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB53185142-
CMYK0.7100.230.27
HSL160.45º55.46%46.67%-
HSV(B)160.45º71.35%72.55%-
XYZ23.737.4131.56-
YUV140.63128.7765.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=13.95%
G=48.68%
B=37.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851420.7100.230.27160.4555.4646.67
Hex35B98E470171Ba0372f
Octal65271216107027332406757
Binary110101101110011000111010001110101111101110100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,142); }

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

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

 a { background-color: rgb(53,185,142); }

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

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

 span { border-color: rgb(53,185,142); }

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