#35AB7C

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

Shades of Jungle Green #35AB7C

Tints of Jungle Green #35AB7C

Color information

#35AB7C (or 0x35AB7C) is unknown color: approx Jungle Green. HEX triplet: 35, AB and 7C. RGB value is (53,171,124). Sum of RGB (Red+Green+Blue) = 53+171+124=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB7C is #CA5483. Grayscale: #828282. Windows color (decimal): -13259908 or 8170293. OLE color: 8170293.

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

Color convert

RGB53171124-
CMYK0.6900.270.33
HSL156.1º52.68%43.92%-
HSV(B)156.1º69.01%67.06%-
XYZ19.6731.3424.08-
YUV130.36124.4172.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=15.23%
G=49.14%
B=35.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711240.6900.270.33156.152.6843.92
Hex35AB7C4501B219c352c
Octal65253174105033412346554
Binary110101101010111111100100010101101110000110011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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