#0A4914

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

Shades of Myrtle #0A4914

Tints of Myrtle #0A4914

Color information

#0A4914 (or 0x0A4914) is unknown color: approx Myrtle. HEX triplet: 0A, 49 and 14. RGB value is (10,73,20). Sum of RGB (Red+Green+Blue) = 10+73+20=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4914 is #F5B6EB. Grayscale: #303030. Windows color (decimal): -16103148 or 1329418. OLE color: 1329418.

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

Color convert

RGB107320-
CMYK0.8600.730.71
HSL129.52º75.9%16.27%-
HSV(B)129.52º86.3%28.63%-
XYZ2.634.881.46-
YUV48.12112.13100.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=9.71%
G=70.87%
B=19.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073200.8600.730.71129.5275.916.27
HexA49145604947824c10
Octal1211124126011110720211420
Binary1010100100110100101011001001001100011110000010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,73,20); }

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

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

 a { background-color: rgb(10,73,20); }

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

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

 span { border-color: rgb(10,73,20); }

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