#0A360B

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

Shades of Myrtle #0A360B

Tints of Myrtle #0A360B

Color information

#0A360B (or 0x0A360B) is unknown color: approx Myrtle. HEX triplet: 0A, 36 and 0B. RGB value is (10,54,11). Sum of RGB (Red+Green+Blue) = 10+54+11=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #0A360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A360B is #F5C9F4. Grayscale: #242424. Windows color (decimal): -16108021 or 734730. OLE color: 734730.

HSL color Cylindrical-coordinate representation of color #0A360B: hue angle of 121.36º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A360B is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB105411-
CMYK0.8100.800.79
HSL121.36º68.75%12.55%-
HSV(B)121.36º81.48%21.18%-
XYZ1.52.730.76-
YUV35.94113.92109.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.33%
GREEN value IS 54 (21.48% from 255) = 72%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=13.33%
G=72%
B=14.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1054110.8100.800.79121.3668.7512.55
HexA36B510504F7945d
Octal126613121012011717110515
Binary101011011010111010001010100001001111111100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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