#115535

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

Shades of County Green #115535

Tints of County Green #115535

Color information

#115535 (or 0x115535) is unknown color: approx County Green. HEX triplet: 11, 55 and 35. RGB value is (17,85,53). Sum of RGB (Red+Green+Blue) = 17+85+53=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #115535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115535 is #EEAACA. Grayscale: #3D3D3D. Windows color (decimal): -15641291 or 3495185. OLE color: 3495185.

HSL color Cylindrical-coordinate representation of color #115535: hue angle of 151.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115535 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB178553-
CMYK0.8000.380.67
HSL151.76º66.67%20%-
HSV(B)151.76º80%33.33%-
XYZ4.126.874.48-
YUV61.02123.4796.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=10.97%
G=54.84%
B=34.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785530.8000.380.67151.7666.6720
Hex1155355002643984314
Octal211256512004610323010324
Binary10001101010111010110100000100110100001110011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115535; }

 p { color: rgb(17,85,53); }

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

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

 a { background-color: rgb(17,85,53); }

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

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

 span { border-color: rgb(17,85,53); }

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