#1C563D

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

Shades of County Green #1C563D

Tints of County Green #1C563D

Color information

#1C563D (or 0x1C563D) is unknown color: approx County Green. HEX triplet: 1C, 56 and 3D. RGB value is (28,86,61). Sum of RGB (Red+Green+Blue) = 28+86+61=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #1C563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C563D is #E3A9C2. Grayscale: #414141. Windows color (decimal): -14920131 or 4019740. OLE color: 4019740.

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

Color convert

RGB288661-
CMYK0.6700.290.66
HSL154.14º50.88%22.35%-
HSV(B)154.14º67.44%33.73%-
XYZ4.657.245.57-
YUV65.81125.28101.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=16%
G=49.14%
B=34.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886610.6700.290.66154.1450.8822.35
Hex1C563D4301D429a3316
Octal34126751030351022326326
Binary111001010110111101100001101110110000101001101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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