#35AB7D

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

Shades of Jungle Green #35AB7D

Tints of Jungle Green #35AB7D

Color information

#35AB7D (or 0x35AB7D) is unknown color: approx Jungle Green. HEX triplet: 35, AB and 7D. RGB value is (53,171,125). Sum of RGB (Red+Green+Blue) = 53+171+125=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB7D is #CA5482. Grayscale: #828282. Windows color (decimal): -13259907 or 8235829. OLE color: 8235829.

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

Color convert

RGB53171125-
CMYK0.6900.270.33
HSL156.61º52.68%43.92%-
HSV(B)156.61º69.01%67.06%-
XYZ19.7331.3624.42-
YUV130.47124.9172.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=15.19%
G=49.00%
B=35.82%

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
Decimal531711250.6900.270.33156.6152.6843.92
Hex35AB7D4501B219d352c
Octal65253175105033412356554
Binary110101101010111111101100010101101110000110011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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