#35B68A

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

Shades of Jungle Green #35B68A

Tints of Jungle Green #35B68A

Color information

#35B68A (or 0x35B68A) is unknown color: approx Jungle Green. HEX triplet: 35, B6 and 8A. RGB value is (53,182,138). Sum of RGB (Red+Green+Blue) = 53+182+138=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #35B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B68A is #CA4975. Grayscale: #8A8A8A. Windows color (decimal): -13257078 or 9090613. OLE color: 9090613.

HSL color Cylindrical-coordinate representation of color #35B68A: hue angle of 159.53º 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 #35B68A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB53182138-
CMYK0.7100.240.29
HSL159.53º54.89%46.08%-
HSV(B)159.53º70.88%71.37%-
XYZ22.7836.0529.8-
YUV138.41127.7667.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=14.21%
G=48.79%
B=37.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531821380.7100.240.29159.5354.8946.08
Hex35B68A470181Da0372e
Octal65266212107030352406756
Binary110101101101101000101010001110110001110110100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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