#0A4312

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

Shades of Myrtle #0A4312

Tints of Myrtle #0A4312

Color information

#0A4312 (or 0x0A4312) is unknown color: approx Myrtle. HEX triplet: 0A, 43 and 12. RGB value is (10,67,18). Sum of RGB (Red+Green+Blue) = 10+67+18=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4312 is #F5BCED. Grayscale: #2C2C2C. Windows color (decimal): -16104686 or 1196810. OLE color: 1196810.

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

Color convert

RGB106718-
CMYK0.8500.730.74
HSL128.42º74.03%15.1%-
HSV(B)128.42º85.07%26.27%-
XYZ2.244.121.25-
YUV44.37113.12103.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.53%
GREEN value IS 67 (26.56% from 255) = 70.53%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=10.53%
G=70.53%
B=18.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067180.8500.730.74128.4274.0315.1
HexA4312550494A804af
Octal1210322125011111220011217
Binary101010000111001010101010100100110010101000000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,18); }

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

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

 a { background-color: rgb(10,67,18); }

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

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

 span { border-color: rgb(10,67,18); }

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