#0F4B12

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

Shades of Myrtle #0F4B12

Tints of Myrtle #0F4B12

Color information

#0F4B12 (or 0x0F4B12) is unknown color: approx Myrtle. HEX triplet: 0F, 4B and 12. RGB value is (15,75,18). Sum of RGB (Red+Green+Blue) = 15+75+18=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B12 is #F0B4ED. Grayscale: #323232. Windows color (decimal): -15774958 or 1198863. OLE color: 1198863.

HSL color Cylindrical-coordinate representation of color #0F4B12: hue angle of 123º 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 #0F4B12 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB157518-
CMYK0.8000.760.71
HSL123º66.67%17.65%-
HSV(B)123º80%29.41%-
XYZ2.825.181.42-
YUV50.56109.62102.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 75 (29.69% from 255) = 69.44%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=13.89%
G=69.44%
B=16.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1575180.8000.760.7112366.6717.65
HexF4B125004C477b4312
Octal1711322120011410717310322
Binary111110010111001010100000100110010001111111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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