#0A4402

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

Shades of Myrtle #0A4402

Tints of Myrtle #0A4402

Color information

#0A4402 (or 0x0A4402) is unknown color: approx Myrtle. HEX triplet: 0A, 44 and 02. RGB value is (10,68,2). Sum of RGB (Red+Green+Blue) = 10+68+2=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 68 (26.95% from 255 or 85% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4402 is #F5BBFD. Grayscale: #2B2B2B. Windows color (decimal): -16104446 or 148490. OLE color: 148490.

HSL color Cylindrical-coordinate representation of color #0A4402: hue angle of 112.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A4402 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB10682-
CMYK0.8500.970.73
HSL112.73º94.29%13.73%-
HSV(B)112.73º97.06%26.67%-
XYZ2.24.20.75-
YUV43.13104.78104.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.5%
GREEN value IS 68 (26.95% from 255) = 85%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=12.5%
G=85%
B=2.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal106820.8500.970.73112.7394.2913.73
HexA4425506149715ee
Octal121042125014111116113616
Binary10101000100101010101011000011001001111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,2); }

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

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

 a { background-color: rgb(10,68,2); }

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

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

 span { border-color: rgb(10,68,2); }

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