#0A400F

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

Shades of Myrtle #0A400F

Tints of Myrtle #0A400F

Color information

#0A400F (or 0x0A400F) is unknown color: approx Myrtle. HEX triplet: 0A, 40 and 0F. RGB value is (10,64,15). Sum of RGB (Red+Green+Blue) = 10+64+15=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #0A400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A400F is #F5BFF0. Grayscale: #2A2A2A. Windows color (decimal): -16105457 or 999434. OLE color: 999434.

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

Color convert

RGB106415-
CMYK0.8400.770.75
HSL125.56º72.97%14.51%-
HSV(B)125.56º84.38%25.1%-
XYZ2.043.771.07-
YUV42.27112.61104.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=11.24%
G=71.91%
B=16.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064150.8400.770.75125.5672.9714.51
HexA40F5404D4B7e49f
Octal1210017124011511317611117
Binary1010100000011111010100010011011001011111111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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