#0A480D

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

Shades of Myrtle #0A480D

Tints of Myrtle #0A480D

Color information

#0A480D (or 0x0A480D) is unknown color: approx Myrtle. HEX triplet: 0A, 48 and 0D. RGB value is (10,72,13). Sum of RGB (Red+Green+Blue) = 10+72+13=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #0A480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A480D is #F5B7F2. Grayscale: #2E2E2E. Windows color (decimal): -16103411 or 870410. OLE color: 870410.

HSL color Cylindrical-coordinate representation of color #0A480D: hue angle of 122.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A480D is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB107213-
CMYK0.8600.820.72
HSL122.9º75.61%16.08%-
HSV(B)122.9º86.11%28.24%-
XYZ2.524.731.16-
YUV46.74108.96101.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.53%
GREEN value IS 72 (28.52% from 255) = 75.79%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=10.53%
G=75.79%
B=13.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072130.8600.820.72122.975.6116.08
HexA48D56052487b4c10
Octal1211015126012211017311420
Binary10101001000110110101100101001010010001111011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,13); }

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

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

 a { background-color: rgb(10,72,13); }

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

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

 span { border-color: rgb(10,72,13); }

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