#0F3C0D

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

Shades of Myrtle #0F3C0D

Tints of Myrtle #0F3C0D

Color information

#0F3C0D (or 0x0F3C0D) is unknown color: approx Myrtle. HEX triplet: 0F, 3C and 0D. RGB value is (15,60,13). Sum of RGB (Red+Green+Blue) = 15+60+13=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 60 (23.83% from 255 or 68.18% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3C0D is #F0C3F2. Grayscale: #292929. Windows color (decimal): -15778803 or 867343. OLE color: 867343.

HSL color Cylindrical-coordinate representation of color #0F3C0D: hue angle of 117.45º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F3C0D is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB156013-
CMYK0.7500.780.76
HSL117.45º64.38%14.31%-
HSV(B)117.45º78.33%23.53%-
XYZ1.893.360.93-
YUV41.19112.09109.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 60 (23.83% from 255) = 68.18%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=17.05%
G=68.18%
B=14.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560130.7500.780.76117.4564.3814.31
HexF3CD4B04E4C7540e
Octal177415113011611416510016
Binary111111110011011001011010011101001100111010110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,13); }

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

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

 a { background-color: rgb(15,60,13); }

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

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

 span { border-color: rgb(15,60,13); }

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