#1A553E

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

Shades of County Green #1A553E

Tints of County Green #1A553E

Color information

#1A553E (or 0x1A553E) is unknown color: approx County Green. HEX triplet: 1A, 55 and 3E. RGB value is (26,85,62). Sum of RGB (Red+Green+Blue) = 26+85+62=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #1A553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A553E is #E5AAC1. Grayscale: #404040. Windows color (decimal): -15051458 or 4085018. OLE color: 4085018.

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

Color convert

RGB268562-
CMYK0.6900.270.67
HSL156.61º53.15%21.76%-
HSV(B)156.61º69.41%33.33%-
XYZ4.547.065.68-
YUV64.74126.45100.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=15.03%
G=49.13%
B=35.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685620.6900.270.67156.6153.1521.76
Hex1A553E4501B439d3516
Octal32125761050331032356526
Binary110101010101111110100010101101110000111001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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