#1C553D

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

Shades of County Green #1C553D

Tints of County Green #1C553D

Color information

#1C553D (or 0x1C553D) is unknown color: approx County Green. HEX triplet: 1C, 55 and 3D. RGB value is (28,85,61). Sum of RGB (Red+Green+Blue) = 28+85+61=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #1C553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C553D is #E3AAC2. Grayscale: #414141. Windows color (decimal): -14920387 or 4019484. OLE color: 4019484.

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

Color convert

RGB288561-
CMYK0.6700.280.67
HSL154.74º50.44%22.16%-
HSV(B)154.74º67.06%33.33%-
XYZ4.577.085.54-
YUV65.22125.62101.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.09%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=16.09%
G=48.85%
B=35.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885610.6700.280.67154.7450.4422.16
Hex1C553D4301C439b3216
Octal34125751030341032336226
Binary111001010101111101100001101110010000111001101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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