#19520A

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

Shades of Myrtle #19520A

Tints of Myrtle #19520A

Color information

#19520A (or 0x19520A) is unknown color: approx Myrtle. HEX triplet: 19, 52 and 0A. RGB value is (25,82,10). Sum of RGB (Red+Green+Blue) = 25+82+10=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #19520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19520A is #E6ADF5. Grayscale: #383838. Windows color (decimal): -15117814 or 676377. OLE color: 676377.

HSL color Cylindrical-coordinate representation of color #19520A: hue angle of 107.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19520A is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB258210-
CMYK0.7000.880.68
HSL107.5º78.26%18.04%-
HSV(B)107.5º87.8%32.16%-
XYZ3.476.261.31-
YUV56.75101.62105.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 82 (32.42% from 255) = 70.09%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=21.37%
G=70.09%
B=8.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582100.7000.880.68107.578.2618.04
Hex1952A46058446c4e12
Octal3112212106013010415411622
Binary110011010010101010001100101100010001001101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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