#1C563C

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

Shades of County Green #1C563C

Tints of County Green #1C563C

Color information

#1C563C (or 0x1C563C) is unknown color: approx County Green. HEX triplet: 1C, 56 and 3C. RGB value is (28,86,60). Sum of RGB (Red+Green+Blue) = 28+86+60=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #1C563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C563C is #E3A9C3. Grayscale: #414141. Windows color (decimal): -14920132 or 3954204. OLE color: 3954204.

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

Color convert

RGB288660-
CMYK0.6700.300.66
HSL153.1º50.88%22.35%-
HSV(B)153.1º67.44%33.73%-
XYZ4.627.235.43-
YUV65.69124.78101.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.09%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=16.09%
G=49.43%
B=34.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886600.6700.300.66153.150.8822.35
Hex1C563C4301E42993316
Octal34126741030361022316326
Binary111001010110111100100001101111010000101001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,86,60); }

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

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

 a { background-color: rgb(28,86,60); }

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

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

 span { border-color: rgb(28,86,60); }

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