#13260F

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

Shades of Myrtle #13260F

Tints of Myrtle #13260F

Color information

#13260F (or 0x13260F) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 0F. RGB value is (19,38,15). Sum of RGB (Red+Green+Blue) = 19+38+15=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #13260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13260F is #ECD9F0. Grayscale: #1D1D1D. Windows color (decimal): -15522289 or 992787. OLE color: 992787.

HSL color Cylindrical-coordinate representation of color #13260F: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13260F is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB193815-
CMYK0.5000.610.85
HSL109.57º43.4%10.39%-
HSV(B)109.57º60.53%14.9%-
XYZ1.051.560.7-
YUV29.7119.71120.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=26.39%
G=52.78%
B=20.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938150.5000.610.85109.5743.410.39
Hex1326F3203D556e2ba
Octal234617620751251565312
Binary1001110011011111100100111101101010111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,38,15); }

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

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

 a { background-color: rgb(19,38,15); }

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

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

 span { border-color: rgb(19,38,15); }

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