#35AB85

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

Shades of Jungle Green #35AB85

Tints of Jungle Green #35AB85

Color information

#35AB85 (or 0x35AB85) is unknown color: approx Jungle Green. HEX triplet: 35, AB and 85. RGB value is (53,171,133). Sum of RGB (Red+Green+Blue) = 53+171+133=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB85 is #CA547A. Grayscale: #838383. Windows color (decimal): -13259899 or 8760117. OLE color: 8760117.

HSL color Cylindrical-coordinate representation of color #35AB85: hue angle of 160.68º 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 #35AB85 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB53171133-
CMYK0.6900.220.33
HSL160.68º52.68%43.92%-
HSV(B)160.68º69.01%67.06%-
XYZ20.2631.5827.22-
YUV131.39128.9172.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 171 (67.19% from 255) = 47.90%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=14.85%
G=47.90%
B=37.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711330.6900.220.33160.6852.6843.92
Hex35AB854501621a1352c
Octal65253205105026412416554
Binary1101011010101110000101100010101011010000110100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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