#0A4210

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

Shades of Myrtle #0A4210

Tints of Myrtle #0A4210

Color information

#0A4210 (or 0x0A4210) is unknown color: approx Myrtle. HEX triplet: 0A, 42 and 10. RGB value is (10,66,16). Sum of RGB (Red+Green+Blue) = 10+66+16=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4210 is #F5BDEF. Grayscale: #2B2B2B. Windows color (decimal): -16104944 or 1065482. OLE color: 1065482.

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

Color convert

RGB106616-
CMYK0.8500.760.74
HSL126.43º73.68%14.9%-
HSV(B)126.43º84.85%25.88%-
XYZ2.1741.15-
YUV43.56112.45104.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=10.87%
G=71.74%
B=17.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1066160.8500.760.74126.4373.6814.9
HexA42105504C4A7e4af
Octal1210220125011411217611217
Binary10101000010100001010101010011001001010111111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,16); }

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

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

 a { background-color: rgb(10,66,16); }

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

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

 span { border-color: rgb(10,66,16); }

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