#1A553C

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

Shades of County Green #1A553C

Tints of County Green #1A553C

Color information

#1A553C (or 0x1A553C) is unknown color: approx County Green. HEX triplet: 1A, 55 and 3C. RGB value is (26,85,60). Sum of RGB (Red+Green+Blue) = 26+85+60=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #1A553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A553C is #E5AAC3. Grayscale: #404040. Windows color (decimal): -15051460 or 3953946. OLE color: 3953946.

HSL color Cylindrical-coordinate representation of color #1A553C: hue angle of 154.58º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A553C is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB268560-
CMYK0.6900.290.67
HSL154.58º53.15%21.76%-
HSV(B)154.58º69.41%33.33%-
XYZ4.497.045.4-
YUV64.51125.45100.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=15.20%
G=49.71%
B=35.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685600.6900.290.67154.5853.1521.76
Hex1A553C4501D439b3516
Octal32125741050351032336526
Binary110101010101111100100010101110110000111001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,60); }

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

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

 a { background-color: rgb(26,85,60); }

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

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

 span { border-color: rgb(26,85,60); }

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