#19553A

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

Shades of County Green #19553A

Tints of County Green #19553A

Color information

#19553A (or 0x19553A) is unknown color: approx County Green. HEX triplet: 19, 55 and 3A. RGB value is (25,85,58). Sum of RGB (Red+Green+Blue) = 25+85+58=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #19553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19553A is #E6AAC5. Grayscale: #404040. Windows color (decimal): -15116998 or 3822873. OLE color: 3822873.

HSL color Cylindrical-coordinate representation of color #19553A: hue angle of 153º 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 #19553A is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB258558-
CMYK0.7100.320.67
HSL153º54.55%21.57%-
HSV(B)153º70.59%33.33%-
XYZ4.417.015.12-
YUV63.98124.62100.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=14.88%
G=50.60%
B=34.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585580.7100.320.6715354.5521.57
Hex19553A4702043993716
Octal31125721070401032316726
Binary1100110101011110101000111010000010000111001100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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