#35BA86

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

Shades of Jungle Green #35BA86

Tints of Jungle Green #35BA86

Color information

#35BA86 (or 0x35BA86) is unknown color: approx Jungle Green. HEX triplet: 35, BA and 86. RGB value is (53,186,134). Sum of RGB (Red+Green+Blue) = 53+186+134=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA86 is #CA4579. Grayscale: #8C8C8C. Windows color (decimal): -13256058 or 8829493. OLE color: 8829493.

HSL color Cylindrical-coordinate representation of color #35BA86: hue angle of 156.54º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA86 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB53186134-
CMYK0.7200.280.27
HSL156.54º55.65%46.86%-
HSV(B)156.54º71.51%72.94%-
XYZ23.3337.628.58-
YUV140.3124.4465.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=14.21%
G=49.87%
B=35.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861340.7200.280.27156.5455.6546.86
Hex35BA864801C1B9d382f
Octal65272206110034332357057
Binary110101101110101000011010010000111001101110011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,134); }

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

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

 a { background-color: rgb(53,186,134); }

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

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

 span { border-color: rgb(53,186,134); }

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