#0F260B

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

Shades of Myrtle #0F260B

Tints of Myrtle #0F260B

Color information

#0F260B (or 0x0F260B) is unknown color: approx Myrtle. HEX triplet: 0F, 26 and 0B. RGB value is (15,38,11). Sum of RGB (Red+Green+Blue) = 15+38+11=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #0F260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F260B is #F0D9F4. Grayscale: #1C1C1C. Windows color (decimal): -15784437 or 730639. OLE color: 730639.

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

Color convert

RGB153811-
CMYK0.6100.710.85
HSL111.11º55.1%9.61%-
HSV(B)111.11º71.05%14.9%-
XYZ0.951.510.56-
YUV28.04118.38118.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=23.44%
G=59.38%
B=17.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538110.6100.710.85111.1155.19.61
HexF26B3D047556f37a
Octal1746137501071251576712
Binary1111100110101111110101000111101010111011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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