#0F4B15

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

Shades of Myrtle #0F4B15

Tints of Myrtle #0F4B15

Color information

#0F4B15 (or 0x0F4B15) is unknown color: approx Myrtle. HEX triplet: 0F, 4B and 15. RGB value is (15,75,21). Sum of RGB (Red+Green+Blue) = 15+75+21=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B15 is #F0B4EA. Grayscale: #333333. Windows color (decimal): -15774955 or 1395471. OLE color: 1395471.

HSL color Cylindrical-coordinate representation of color #0F4B15: hue angle of 126º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B15 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB157521-
CMYK0.8000.720.71
HSL126º66.67%17.65%-
HSV(B)126º80%29.41%-
XYZ2.855.191.56-
YUV50.9111.12102.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 75 (29.69% from 255) = 67.57%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=13.51%
G=67.57%
B=18.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1575210.8000.720.7112666.6717.65
HexF4B1550048477e4312
Octal1711325120011010717610322
Binary111110010111010110100000100100010001111111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,21); }

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

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

 a { background-color: rgb(15,75,21); }

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

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

 span { border-color: rgb(15,75,21); }

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