#19530C

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

Shades of Myrtle #19530C

Tints of Myrtle #19530C

Color information

#19530C (or 0x19530C) is unknown color: approx Myrtle. HEX triplet: 19, 53 and 0C. RGB value is (25,83,12). Sum of RGB (Red+Green+Blue) = 25+83+12=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #19530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530C is #E6ACF3. Grayscale: #393939. Windows color (decimal): -15117556 or 807705. OLE color: 807705.

HSL color Cylindrical-coordinate representation of color #19530C: hue angle of 109.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19530C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB258312-
CMYK0.7000.860.67
HSL109.01º74.74%18.63%-
HSV(B)109.01º85.54%32.55%-
XYZ3.566.421.4-
YUV57.56102.28104.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 12 (5.08% from 255) = 10%
R=20.83%
G=69.17%
B=10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2583120.7000.860.67109.0174.7418.63
Hex1953C46056436d4b13
Octal3112314106012610315511323
Binary110011010011110010001100101011010000111101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19530C; }

 p { color: rgb(25,83,12); }

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

<style>
 a { background-color: #19530C; }

 a { background-color: rgb(25,83,12); }

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

<style>
 span { border-color: #19530C; }

 span { border-color: rgb(25,83,12); }

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