#1C5539

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

Shades of County Green #1C5539

Tints of County Green #1C5539

Color information

#1C5539 (or 0x1C5539) is unknown color: approx County Green. HEX triplet: 1C, 55 and 39. RGB value is (28,85,57). Sum of RGB (Red+Green+Blue) = 28+85+57=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5539 is #E3AAC6. Grayscale: #404040. Windows color (decimal): -14920391 or 3757340. OLE color: 3757340.

HSL color Cylindrical-coordinate representation of color #1C5539: hue angle of 150.53º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5539 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB288557-
CMYK0.6700.330.67
HSL150.53º50.44%22.16%-
HSV(B)150.53º67.06%33.33%-
XYZ4.477.044.99-
YUV64.76123.62101.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.47%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=16.47%
G=50%
B=33.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885570.6700.330.67150.5350.4422.16
Hex1C55394302143973216
Octal34125711030411032276226
Binary1110010101011110011000011010000110000111001011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5539; }

 p { color: rgb(28,85,57); }

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

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

 a { background-color: rgb(28,85,57); }

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

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

 span { border-color: rgb(28,85,57); }

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