#0A4902

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

Shades of Myrtle #0A4902

Tints of Myrtle #0A4902

Color information

#0A4902 (or 0x0A4902) is unknown color: approx Myrtle. HEX triplet: 0A, 49 and 02. RGB value is (10,73,2). Sum of RGB (Red+Green+Blue) = 10+73+2=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 73 (28.91% from 255 or 85.88% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4902 is #F5B6FD. Grayscale: #2E2E2E. Windows color (decimal): -16103166 or 149770. OLE color: 149770.

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

Color convert

RGB10732-
CMYK0.8600.970.71
HSL113.24º94.67%14.71%-
HSV(B)113.24º97.26%28.63%-
XYZ2.524.830.86-
YUV46.07103.13102.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 73 (28.91% from 255) = 85.88%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=11.76%
G=85.88%
B=2.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal107320.8600.970.71113.2494.6714.71
HexA4925606147715ff
Octal121112126014110716113717
Binary10101001001101010110011000011000111111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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