#0F410A

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

Shades of Myrtle #0F410A

Tints of Myrtle #0F410A

Color information

#0F410A (or 0x0F410A) is unknown color: approx Myrtle. HEX triplet: 0F, 41 and 0A. RGB value is (15,65,10). Sum of RGB (Red+Green+Blue) = 15+65+10=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #0F410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F410A is #F0BEF5. Grayscale: #2B2B2B. Windows color (decimal): -15777526 or 672015. OLE color: 672015.

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

Color convert

RGB156510-
CMYK0.7700.850.75
HSL114.55º73.33%14.71%-
HSV(B)114.55º84.62%25.49%-
XYZ2.143.90.93-
YUV43.78108.94107.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 72.22%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=16.67%
G=72.22%
B=11.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565100.7700.850.75114.5573.3314.71
HexF41A4D0554B7349f
Octal1710112115012511316311117
Binary1111100000110101001101010101011001011111001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,10); }

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

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

 a { background-color: rgb(15,65,10); }

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

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

 span { border-color: rgb(15,65,10); }

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