#35AB84

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

Shades of Jungle Green #35AB84

Tints of Jungle Green #35AB84

Color information

#35AB84 (or 0x35AB84) is unknown color: approx Jungle Green. HEX triplet: 35, AB and 84. RGB value is (53,171,132). Sum of RGB (Red+Green+Blue) = 53+171+132=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB84 is #CA547B. Grayscale: #838383. Windows color (decimal): -13259900 or 8694581. OLE color: 8694581.

HSL color Cylindrical-coordinate representation of color #35AB84: hue angle of 160.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB84 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB53171132-
CMYK0.6900.230.33
HSL160.17º52.68%43.92%-
HSV(B)160.17º69.01%67.06%-
XYZ20.231.5526.85-
YUV131.27128.4172.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 171 (67.19% from 255) = 48.03%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=14.89%
G=48.03%
B=37.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711320.6900.230.33160.1752.6843.92
Hex35AB844501721a0352c
Octal65253204105027412406554
Binary1101011010101110000100100010101011110000110100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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