#0F3212

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

Shades of Myrtle #0F3212

Tints of Myrtle #0F3212

Color information

#0F3212 (or 0x0F3212) is unknown color: approx Myrtle. HEX triplet: 0F, 32 and 12. RGB value is (15,50,18). Sum of RGB (Red+Green+Blue) = 15+50+18=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3212 is #F0CDED. Grayscale: #232323. Windows color (decimal): -15781358 or 1192463. OLE color: 1192463.

HSL color Cylindrical-coordinate representation of color #0F3212: hue angle of 125.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3212 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB155018-
CMYK0.7000.640.80
HSL125.14º53.85%12.75%-
HSV(B)125.14º70%19.61%-
XYZ1.452.430.96-
YUV35.89117.9113.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=18.07%
G=60.24%
B=21.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550180.7000.640.80125.1453.8512.75
HexF321246040507d36d
Octal17622210601001201756615
Binary111111001010010100011001000000101000011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,18); }

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

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

 a { background-color: rgb(15,50,18); }

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

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

 span { border-color: rgb(15,50,18); }

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