#0A3E0D

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

Shades of Myrtle #0A3E0D

Tints of Myrtle #0A3E0D

Color information

#0A3E0D (or 0x0A3E0D) is unknown color: approx Myrtle. HEX triplet: 0A, 3E and 0D. RGB value is (10,62,13). Sum of RGB (Red+Green+Blue) = 10+62+13=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 62 (24.61% from 255 or 72.94% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E0D is #F5C1F2. Grayscale: #292929. Windows color (decimal): -16105971 or 867850. OLE color: 867850.

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

Color convert

RGB106213-
CMYK0.8400.790.76
HSL123.46º72.22%14.12%-
HSV(B)123.46º83.87%24.31%-
XYZ1.923.540.96-
YUV40.87112.27105.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 62 (24.61% from 255) = 72.94%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=11.76%
G=72.94%
B=15.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1062130.8400.790.76123.4672.2214.12
HexA3ED5404F4C7b48e
Octal127615124011711417311016
Binary101011111011011010100010011111001100111101110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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