#0F220D

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

Shades of Myrtle #0F220D

Tints of Myrtle #0F220D

Color information

#0F220D (or 0x0F220D) is unknown color: approx Myrtle. HEX triplet: 0F, 22 and 0D. RGB value is (15,34,13). Sum of RGB (Red+Green+Blue) = 15+34+13=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #0F220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F220D is #F0DDF2. Grayscale: #191919. Windows color (decimal): -15785459 or 860687. OLE color: 860687.

HSL color Cylindrical-coordinate representation of color #0F220D: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F220D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB153413-
CMYK0.5600.620.87
HSL114.29º44.68%9.22%-
HSV(B)114.29º61.76%13.33%-
XYZ0.841.270.58-
YUV25.92120.71120.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 34 (13.67% from 255) = 54.84%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=24.19%
G=54.84%
B=20.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1534130.5600.620.87114.2944.689.22
HexF22D3803E57722d9
Octal174215700761271625511
Binary111110001011011110000111110101011111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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