#0a370d

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

Shades of Myrtle #0A370D

Tints of Myrtle #0A370D

Color information

#0A370D (or 0x0A370D) is unknown color: approx Myrtle. HEX triplet: 0A, 37 and 0D. RGB value is (10,55,13). Sum of RGB (Red+Green+Blue) = 10+55+13=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #0A370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A370D is #F5C8F2. Grayscale: #242424. Windows color (decimal): -16107763 or 866058. OLE color: 866058.

HSL color Cylindrical-coordinate representation of color #0A370D: hue angle of 124º degrees, saturation: 0.69, 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 #0A370D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB105513-
CMYK0.8200.760.78
HSL124º69.23%12.75%-
HSV(B)124º81.82%21.57%-
XYZ1.562.830.84-
YUV36.76114.59108.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.82%
GREEN value IS 55 (21.88% from 255) = 70.51%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=12.82%
G=70.51%
B=16.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055130.8200.760.7812469.2312.75
HexA37D5204C4E7c45d
Octal126715122011411617410515
Binary101011011111011010010010011001001110111110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a370d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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