#0F3914

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

Shades of Myrtle #0F3914

Tints of Myrtle #0F3914

Color information

#0F3914 (or 0x0F3914) is unknown color: approx Myrtle. HEX triplet: 0F, 39 and 14. RGB value is (15,57,20). Sum of RGB (Red+Green+Blue) = 15+57+20=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3914 is #F0C6EB. Grayscale: #282828. Windows color (decimal): -15779564 or 1325327. OLE color: 1325327.

HSL color Cylindrical-coordinate representation of color #0F3914: hue angle of 127.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3914 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB155720-
CMYK0.7400.650.78
HSL127.14º58.33%14.12%-
HSV(B)127.14º73.68%22.35%-
XYZ1.793.081.16-
YUV40.22116.59110.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 57 (22.66% from 255) = 61.96%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=16.30%
G=61.96%
B=21.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557200.7400.650.78127.1458.3314.12
HexF39144A0414E7f3ae
Octal17712411201011161777216
Binary111111100110100100101001000001100111011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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