#0A3D0D

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

Shades of Myrtle #0A3D0D

Tints of Myrtle #0A3D0D

Color information

#0A3D0D (or 0x0A3D0D) is unknown color: approx Myrtle. HEX triplet: 0A, 3D and 0D. RGB value is (10,61,13). Sum of RGB (Red+Green+Blue) = 10+61+13=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 61 (24.22% from 255 or 72.62% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D0D is #F5C2F2. Grayscale: #282828. Windows color (decimal): -16106227 or 867594. OLE color: 867594.

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

Color convert

RGB106113-
CMYK0.8400.790.76
HSL123.53º71.83%13.92%-
HSV(B)123.53º83.61%23.92%-
XYZ1.873.430.94-
YUV40.28112.6106.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 61 (24.22% from 255) = 72.62%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=11.90%
G=72.62%
B=15.48%

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
Decimal1061130.8400.790.76123.5371.8313.92
HexA3DD5404F4C7c48e
Octal127515124011711417411016
Binary101011110111011010100010011111001100111110010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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