#1C553F

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

Shades of County Green #1C553F

Tints of County Green #1C553F

Color information

#1C553F (or 0x1C553F) is unknown color: approx County Green. HEX triplet: 1C, 55 and 3F. RGB value is (28,85,63). Sum of RGB (Red+Green+Blue) = 28+85+63=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #1C553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C553F is #E3AAC0. Grayscale: #414141. Windows color (decimal): -14920385 or 4150556. OLE color: 4150556.

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

Color convert

RGB288563-
CMYK0.6700.260.67
HSL156.84º50.44%22.16%-
HSV(B)156.84º67.06%33.33%-
XYZ4.627.15.83-
YUV65.45126.62101.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 63 (25% from 255) = 35.80%
R=15.91%
G=48.30%
B=35.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885630.6700.260.67156.8450.4422.16
Hex1C553F4301A439d3216
Octal34125771030321032356226
Binary111001010101111111100001101101010000111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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