#0F340E

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

Shades of Myrtle #0F340E

Tints of Myrtle #0F340E

Color information

#0F340E (or 0x0F340E) is unknown color: approx Myrtle. HEX triplet: 0F, 34 and 0E. RGB value is (15,52,14). Sum of RGB (Red+Green+Blue) = 15+52+14=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #0F340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F340E is #F0CBF1. Grayscale: #242424. Windows color (decimal): -15780850 or 930831. OLE color: 930831.

HSL color Cylindrical-coordinate representation of color #0F340E: hue angle of 118.42º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F340E is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB155214-
CMYK0.7100.730.80
HSL118.42º57.58%12.94%-
HSV(B)118.42º73.08%20.39%-
XYZ1.52.590.84-
YUV36.61115.24112.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 52 (20.70% from 255) = 64.20%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=18.52%
G=64.20%
B=17.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1552140.7100.730.80118.4257.5812.94
HexF34E4704950763ad
Octal17641610701111201667215
Binary11111101001110100011101001001101000011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,52,14); }

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

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

 a { background-color: rgb(15,52,14); }

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

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

 span { border-color: rgb(15,52,14); }

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