#0F260D

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

Shades of Myrtle #0F260D

Tints of Myrtle #0F260D

Color information

#0F260D (or 0x0F260D) is unknown color: approx Myrtle. HEX triplet: 0F, 26 and 0D. RGB value is (15,38,13). Sum of RGB (Red+Green+Blue) = 15+38+13=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #0F260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F260D is #F0D9F2. Grayscale: #1C1C1C. Windows color (decimal): -15784435 or 861711. OLE color: 861711.

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

Color convert

RGB153813-
CMYK0.6100.660.85
HSL115.2º49.02%10%-
HSV(B)115.2º65.79%14.9%-
XYZ0.961.520.62-
YUV28.27119.38118.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 38 (15.23% from 255) = 57.58%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=22.73%
G=57.58%
B=19.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538130.6100.660.85115.249.0210
HexF26D3D042557331a
Octal1746157501021251636112
Binary1111100110110111110101000010101010111100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F260D; }

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

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

<style>
 a { background-color: #0F260D; }

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

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

<style>
 span { border-color: #0F260D; }

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

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