#0A3D10

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

Shades of Myrtle #0A3D10

Tints of Myrtle #0A3D10

Color information

#0A3D10 (or 0x0A3D10) is unknown color: approx Myrtle. HEX triplet: 0A, 3D and 10. RGB value is (10,61,16). Sum of RGB (Red+Green+Blue) = 10+61+16=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D10 is #F5C2EF. Grayscale: #282828. Windows color (decimal): -16106224 or 1064202. OLE color: 1064202.

HSL color Cylindrical-coordinate representation of color #0A3D10: hue angle of 127.06º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3D10 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB106116-
CMYK0.8400.740.76
HSL127.06º71.83%13.92%-
HSV(B)127.06º83.61%23.92%-
XYZ1.893.441.05-
YUV40.62114.1106.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.49%
GREEN value IS 61 (24.22% from 255) = 70.11%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=11.49%
G=70.11%
B=18.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1061160.8400.740.76127.0671.8313.92
HexA3D105404A4C7f48e
Octal127520124011211417711016
Binary1010111101100001010100010010101001100111111110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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