#0F400C

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

Shades of Myrtle #0F400C

Tints of Myrtle #0F400C

Color information

#0F400C (or 0x0F400C) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 0C. RGB value is (15,64,12). Sum of RGB (Red+Green+Blue) = 15+64+12=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #0F400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F400C is #F0BFF3. Grayscale: #2B2B2B. Windows color (decimal): -15777780 or 802831. OLE color: 802831.

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

Color convert

RGB156412-
CMYK0.7700.810.75
HSL116.54º68.42%14.9%-
HSV(B)116.54º81.25%25.1%-
XYZ2.13.790.97-
YUV43.42110.27107.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=16.48%
G=70.33%
B=13.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564120.7700.810.75116.5468.4214.9
HexF40C4D0514B7544f
Octal1710014115012111316510417
Binary1111100000011001001101010100011001011111010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,12); }

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

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

 a { background-color: rgb(15,64,12); }

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

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

 span { border-color: rgb(15,64,12); }

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