#0A4811

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

Shades of Myrtle #0A4811

Tints of Myrtle #0A4811

Color information

#0A4811 (or 0x0A4811) is unknown color: approx Myrtle. HEX triplet: 0A, 48 and 11. RGB value is (10,72,17). Sum of RGB (Red+Green+Blue) = 10+72+17=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4811 is #F5B7EE. Grayscale: #2F2F2F. Windows color (decimal): -16103407 or 1132554. OLE color: 1132554.

HSL color Cylindrical-coordinate representation of color #0A4811: hue angle of 126.77º 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 #0A4811 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB107217-
CMYK0.8600.760.72
HSL126.77º75.61%16.08%-
HSV(B)126.77º86.11%28.24%-
XYZ2.544.741.31-
YUV47.19110.96101.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=10.10%
G=72.73%
B=17.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072170.8600.760.72126.7775.6116.08
HexA48115604C487f4c10
Octal1211021126011411017711420
Binary101010010001000110101100100110010010001111111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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