#0A3E11

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

Shades of Myrtle #0A3E11

Tints of Myrtle #0A3E11

Color information

#0A3E11 (or 0x0A3E11) is unknown color: approx Myrtle. HEX triplet: 0A, 3E and 11. RGB value is (10,62,17). Sum of RGB (Red+Green+Blue) = 10+62+17=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E11 is #F5C1EE. Grayscale: #292929. Windows color (decimal): -16105967 or 1129994. OLE color: 1129994.

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

Color convert

RGB106217-
CMYK0.8400.730.76
HSL128.08º72.22%14.12%-
HSV(B)128.08º83.87%24.31%-
XYZ1.953.551.11-
YUV41.32114.27105.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 62 (24.61% from 255) = 69.66%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=11.24%
G=69.66%
B=19.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1062170.8400.730.76128.0872.2214.12
HexA3E11540494C8048e
Octal127621124011111420011016
Binary10101111101000110101000100100110011001000000010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,62,17); }

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

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

 a { background-color: rgb(10,62,17); }

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

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

 span { border-color: rgb(10,62,17); }

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