#1C5540

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

Shades of County Green #1C5540

Tints of County Green #1C5540

Color information

#1C5540 (or 0x1C5540) is unknown color: approx County Green. HEX triplet: 1C, 55 and 40. RGB value is (28,85,64). Sum of RGB (Red+Green+Blue) = 28+85+64=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5540 is #E3AABF. Grayscale: #414141. Windows color (decimal): -14920384 or 4216092. OLE color: 4216092.

HSL color Cylindrical-coordinate representation of color #1C5540: hue angle of 157.89º 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 #1C5540 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB288564-
CMYK0.6700.250.67
HSL157.89º50.44%22.16%-
HSV(B)157.89º67.06%33.33%-
XYZ4.657.115.98-
YUV65.56127.12101.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=15.82%
G=48.02%
B=36.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885640.6700.250.67157.8950.4422.16
Hex1C554043019439e3216
Octal341251001030311032366226
Binary1110010101011000000100001101100110000111001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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