#0A380D

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

Shades of Myrtle #0A380D

Tints of Myrtle #0A380D

Color information

#0A380D (or 0x0A380D) is unknown color: approx Myrtle. HEX triplet: 0A, 38 and 0D. RGB value is (10,56,13). Sum of RGB (Red+Green+Blue) = 10+56+13=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #0A380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A380D is #F5C7F2. Grayscale: #252525. Windows color (decimal): -16107507 or 866314. OLE color: 866314.

HSL color Cylindrical-coordinate representation of color #0A380D: hue angle of 123.91º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A380D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB105613-
CMYK0.8200.770.78
HSL123.91º69.7%12.94%-
HSV(B)123.91º82.14%21.96%-
XYZ1.612.920.86-
YUV37.34114.26108.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 56 (22.27% from 255) = 70.89%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=12.66%
G=70.89%
B=16.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1056130.8200.770.78123.9169.712.94
HexA38D5204D4E7c46d
Octal127015122011511617410615
Binary101011100011011010010010011011001110111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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