#0A450D

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

Shades of Myrtle #0A450D

Tints of Myrtle #0A450D

Color information

#0A450D (or 0x0A450D) is unknown color: approx Myrtle. HEX triplet: 0A, 45 and 0D. RGB value is (10,69,13). Sum of RGB (Red+Green+Blue) = 10+69+13=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #0A450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A450D is #F5BAF2. Grayscale: #2D2D2D. Windows color (decimal): -16104179 or 869642. OLE color: 869642.

HSL color Cylindrical-coordinate representation of color #0A450D: hue angle of 123.05º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A450D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB106913-
CMYK0.8600.810.73
HSL123.05º74.68%15.49%-
HSV(B)123.05º85.51%27.06%-
XYZ2.334.351.1-
YUV44.98109.95103.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 69 (27.34% from 255) = 75%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=10.87%
G=75%
B=14.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069130.8600.810.73123.0574.6815.49
HexA45D56051497b4bf
Octal1210515126012111117311317
Binary1010100010111011010110010100011001001111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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