#19520F

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

Shades of Myrtle #19520F

Tints of Myrtle #19520F

Color information

#19520F (or 0x19520F) is unknown color: approx Myrtle. HEX triplet: 19, 52 and 0F. RGB value is (25,82,15). Sum of RGB (Red+Green+Blue) = 25+82+15=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #19520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19520F is #E6ADF0. Grayscale: #393939. Windows color (decimal): -15117809 or 1004057. OLE color: 1004057.

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

Color convert

RGB258215-
CMYK0.7000.820.68
HSL111.04º69.07%19.02%-
HSV(B)111.04º81.71%32.16%-
XYZ3.56.281.48-
YUV57.32104.12104.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=20.49%
G=67.21%
B=12.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582150.7000.820.68111.0469.0719.02
Hex1952F46052446f4513
Octal3112217106012210415710523
Binary110011010010111110001100101001010001001101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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