#35B88E

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

Shades of Jungle Green #35B88E

Tints of Jungle Green #35B88E

Color information

#35B88E (or 0x35B88E) is unknown color: approx Jungle Green. HEX triplet: 35, B8 and 8E. RGB value is (53,184,142). Sum of RGB (Red+Green+Blue) = 53+184+142=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #35B88E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B88E is #CA4771. Grayscale: #8C8C8C. Windows color (decimal): -13256562 or 9353269. OLE color: 9353269.

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

Color convert

RGB53184142-
CMYK0.7100.230.28
HSL160.76º55.27%46.47%-
HSV(B)160.76º71.2%72.16%-
XYZ23.4936.9931.49-
YUV140.04129.165.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=13.98%
G=48.55%
B=37.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841420.7100.230.28160.7655.2746.47
Hex35B88E470171Ca1372e
Octal65270216107027342416756
Binary110101101110001000111010001110101111110010100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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