#0A4003

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

Shades of Myrtle #0A4003

Tints of Myrtle #0A4003

Color information

#0A4003 (or 0x0A4003) is unknown color: approx Myrtle. HEX triplet: 0A, 40 and 03. RGB value is (10,64,3). Sum of RGB (Red+Green+Blue) = 10+64+3=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4003 is #F5BFFC. Grayscale: #292929. Windows color (decimal): -16105469 or 213002. OLE color: 213002.

HSL color Cylindrical-coordinate representation of color #0A4003: hue angle of 113.11º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4003 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB10643-
CMYK0.8400.950.75
HSL113.11º91.04%13.14%-
HSV(B)113.11º95.31%25.1%-
XYZ1.983.740.7-
YUV40.9106.61105.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 64 (25.39% from 255) = 83.12%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=12.99%
G=83.12%
B=3.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal106430.8400.950.75113.1191.0413.14
HexA4035405F4B715bd
Octal121003124013711316113315
Binary10101000000111010100010111111001011111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,64,3); }

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

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

 a { background-color: rgb(10,64,3); }

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

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

 span { border-color: rgb(10,64,3); }

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