#19523B

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

Shades of County Green #19523B

Tints of County Green #19523B

Color information

#19523B (or 0x19523B) is unknown color: approx County Green. HEX triplet: 19, 52 and 3B. RGB value is (25,82,59). Sum of RGB (Red+Green+Blue) = 25+82+59=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #19523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19523B is #E6ADC4. Grayscale: #3E3E3E. Windows color (decimal): -15117765 or 3887641. OLE color: 3887641.

HSL color Cylindrical-coordinate representation of color #19523B: hue angle of 155.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19523B is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB258259-
CMYK0.7000.280.68
HSL155.79º53.27%20.98%-
HSV(B)155.79º69.51%32.16%-
XYZ4.216.565.18-
YUV62.34126.12101.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=15.06%
G=49.40%
B=35.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582590.7000.280.68155.7953.2720.98
Hex19523B4601C449c3515
Octal31122731060341042346525
Binary110011010010111011100011001110010001001001110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19523B; }

 p { color: rgb(25,82,59); }

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

<style>
 a { background-color: #19523B; }

 a { background-color: rgb(25,82,59); }

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

<style>
 span { border-color: #19523B; }

 span { border-color: rgb(25,82,59); }

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