#35B689

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

Shades of Jungle Green #35B689

Tints of Jungle Green #35B689

Color information

#35B689 (or 0x35B689) is unknown color: approx Jungle Green. HEX triplet: 35, B6 and 89. RGB value is (53,182,137). Sum of RGB (Red+Green+Blue) = 53+182+137=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #35B689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B689 is #CA4976. Grayscale: #8A8A8A. Windows color (decimal): -13257079 or 9025077. OLE color: 9025077.

HSL color Cylindrical-coordinate representation of color #35B689: hue angle of 159.07º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B689 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB53182137-
CMYK0.7100.250.29
HSL159.07º54.89%46.08%-
HSV(B)159.07º70.88%71.37%-
XYZ22.7136.0229.42-
YUV138.3127.2667.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=14.25%
G=48.92%
B=36.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531821370.7100.250.29159.0754.8946.08
Hex35B689470191D9f372e
Octal65266211107031352376756
Binary110101101101101000100110001110110011110110011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,137); }

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

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

 a { background-color: rgb(53,182,137); }

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

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

 span { border-color: rgb(53,182,137); }

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