#0F260A

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

Shades of Myrtle #0F260A

Tints of Myrtle #0F260A

Color information

#0F260A (or 0x0F260A) is unknown color: approx Myrtle. HEX triplet: 0F, 26 and 0A. RGB value is (15,38,10). Sum of RGB (Red+Green+Blue) = 15+38+10=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #0F260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F260A is #F0D9F5. Grayscale: #1C1C1C. Windows color (decimal): -15784438 or 665103. OLE color: 665103.

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

Color convert

RGB153810-
CMYK0.6100.740.85
HSL109.29º58.33%9.41%-
HSV(B)109.29º73.68%14.9%-
XYZ0.941.510.53-
YUV27.93117.88118.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=23.81%
G=60.32%
B=15.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538100.6100.740.85109.2958.339.41
HexF26A3D04A556d3a9
Octal1746127501121251557211
Binary1111100110101011110101001010101010111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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