#0A450B

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

Shades of Myrtle #0A450B

Tints of Myrtle #0A450B

Color information

#0A450B (or 0x0A450B) is unknown color: approx Myrtle. HEX triplet: 0A, 45 and 0B. RGB value is (10,69,11). Sum of RGB (Red+Green+Blue) = 10+69+11=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #0A450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A450B is #F5BAF4. Grayscale: #2C2C2C. Windows color (decimal): -16104181 or 738570. OLE color: 738570.

HSL color Cylindrical-coordinate representation of color #0A450B: hue angle of 121.02º 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 #0A450B is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB106911-
CMYK0.8600.840.73
HSL121.02º74.68%15.49%-
HSV(B)121.02º85.51%27.06%-
XYZ2.314.341.03-
YUV44.75108.95103.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.11%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=11.11%
G=76.67%
B=12.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069110.8600.840.73121.0274.6815.49
HexA45B5605449794bf
Octal1210513126012411117111317
Binary1010100010110111010110010101001001001111100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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