#11553A

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

Shades of County Green #11553A

Tints of County Green #11553A

Color information

#11553A (or 0x11553A) is unknown color: approx County Green. HEX triplet: 11, 55 and 3A. RGB value is (17,85,58). Sum of RGB (Red+Green+Blue) = 17+85+58=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #11553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11553A is #EEAAC5. Grayscale: #3D3D3D. Windows color (decimal): -15641286 or 3822865. OLE color: 3822865.

HSL color Cylindrical-coordinate representation of color #11553A: hue angle of 156.18º 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 #11553A is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB178558-
CMYK0.8000.320.67
HSL156.18º66.67%20%-
HSV(B)156.18º80%33.33%-
XYZ4.246.925.12-
YUV61.59125.9796.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=10.62%
G=53.12%
B=36.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785580.8000.320.67156.1866.6720
Hex11553A50020439c4314
Octal211257212004010323410324
Binary10001101010111101010100000100000100001110011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11553A; }

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

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

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

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

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

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

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

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