#1C5640

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

Shades of County Green #1C5640

Tints of County Green #1C5640

Color information

#1C5640 (or 0x1C5640) is unknown color: approx County Green. HEX triplet: 1C, 56 and 40. RGB value is (28,86,64). Sum of RGB (Red+Green+Blue) = 28+86+64=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5640 is #E3A9BF. Grayscale: #424242. Windows color (decimal): -14920128 or 4216348. OLE color: 4216348.

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

Color convert

RGB288664-
CMYK0.6700.260.66
HSL157.24º50.88%22.35%-
HSV(B)157.24º67.44%33.73%-
XYZ4.737.276-
YUV66.15126.78100.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.73%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=15.73%
G=48.31%
B=35.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886640.6700.260.66157.2450.8822.35
Hex1C56404301A429d3316
Octal341261001030321022356326
Binary1110010101101000000100001101101010000101001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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