#35AC88

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

Shades of Jungle Green #35AC88

Tints of Jungle Green #35AC88

Color information

#35AC88 (or 0x35AC88) is unknown color: approx Jungle Green. HEX triplet: 35, AC and 88. RGB value is (53,172,136). Sum of RGB (Red+Green+Blue) = 53+172+136=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AC88 is #CA5377. Grayscale: #848484. Windows color (decimal): -13259640 or 8956981. OLE color: 8956981.

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

Color convert

RGB53172136-
CMYK0.6900.210.33
HSL161.85º52.89%44.12%-
HSV(B)161.85º69.19%67.45%-
XYZ20.6632.0428.39-
YUV132.32130.0871.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=14.68%
G=47.65%
B=37.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721360.6900.210.33161.8552.8944.12
Hex35AC884501521a2352c
Octal65254210105025412426554
Binary1101011010110010001000100010101010110000110100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,136); }

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

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

 a { background-color: rgb(53,172,136); }

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

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

 span { border-color: rgb(53,172,136); }

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