#0A370B

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

Shades of Myrtle #0A370B

Tints of Myrtle #0A370B

Color information

#0A370B (or 0x0A370B) is unknown color: approx Myrtle. HEX triplet: 0A, 37 and 0B. RGB value is (10,55,11). Sum of RGB (Red+Green+Blue) = 10+55+11=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #0A370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A370B is #F5C8F4. Grayscale: #242424. Windows color (decimal): -16107765 or 734986. OLE color: 734986.

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

Color convert

RGB105511-
CMYK0.8200.80.78
HSL121.33º69.23%12.75%-
HSV(B)121.33º81.82%21.57%-
XYZ1.552.820.78-
YUV36.53113.59109.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.16%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=13.16%
G=72.37%
B=14.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055110.8200.80.78121.3369.2312.75
HexA37B520504E7945d
Octal126713122012011617110515
Binary101011011110111010010010100001001110111100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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