#19553E

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

Shades of County Green #19553E

Tints of County Green #19553E

Color information

#19553E (or 0x19553E) is unknown color: approx County Green. HEX triplet: 19, 55 and 3E. RGB value is (25,85,62). Sum of RGB (Red+Green+Blue) = 25+85+62=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #19553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19553E is #E6AAC1. Grayscale: #404040. Windows color (decimal): -15116994 or 4085017. OLE color: 4085017.

HSL color Cylindrical-coordinate representation of color #19553E: hue angle of 157º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19553E is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB258562-
CMYK0.7100.270.67
HSL157º54.55%21.57%-
HSV(B)157º70.59%33.33%-
XYZ4.527.055.68-
YUV64.44126.6299.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=14.53%
G=49.42%
B=36.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585620.7100.270.6715754.5521.57
Hex19553E4701B439d3716
Octal31125761070331032356726
Binary110011010101111110100011101101110000111001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19553E; }

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

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

<style>
 a { background-color: #19553E; }

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

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

<style>
 span { border-color: #19553E; }

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

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