#35B884

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

Shades of Jungle Green #35B884

Tints of Jungle Green #35B884

Color information

#35B884 (or 0x35B884) is unknown color: approx Jungle Green. HEX triplet: 35, B8 and 84. RGB value is (53,184,132). Sum of RGB (Red+Green+Blue) = 53+184+132=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #35B884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B884 is #CA477B. Grayscale: #8A8A8A. Windows color (decimal): -13256572 or 8697909. OLE color: 8697909.

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

Color convert

RGB53184132-
CMYK0.7100.280.28
HSL156.18º55.27%46.47%-
HSV(B)156.18º71.2%72.16%-
XYZ22.7736.727.71-
YUV138.9124.166.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 184 (72.27% from 255) = 49.86%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=14.36%
G=49.86%
B=35.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841320.7100.280.28156.1855.2746.47
Hex35B8844701C1C9c372e
Octal65270204107034342346756
Binary110101101110001000010010001110111001110010011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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