#0F3B14

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

Shades of Myrtle #0F3B14

Tints of Myrtle #0F3B14

Color information

#0F3B14 (or 0x0F3B14) is unknown color: approx Myrtle. HEX triplet: 0F, 3B and 14. RGB value is (15,59,20). Sum of RGB (Red+Green+Blue) = 15+59+20=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3B14 is #F0C4EB. Grayscale: #292929. Windows color (decimal): -15779052 or 1325839. OLE color: 1325839.

HSL color Cylindrical-coordinate representation of color #0F3B14: hue angle of 126.82º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3B14 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB155920-
CMYK0.7500.660.77
HSL126.82º59.46%14.51%-
HSV(B)126.82º74.58%23.14%-
XYZ1.893.281.2-
YUV41.4115.92109.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 59 (23.44% from 255) = 62.77%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=15.96%
G=62.77%
B=21.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1559200.7500.660.77126.8259.4614.51
HexF3B144B0424D7f3bf
Octal17732411301021151777317
Binary111111101110100100101101000010100110111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,59,20); }

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

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

 a { background-color: rgb(15,59,20); }

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

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

 span { border-color: rgb(15,59,20); }

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