#0B440E

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

Shades of Myrtle #0B440E

Tints of Myrtle #0B440E

Color information

#0B440E (or 0x0B440E) is unknown color: approx Myrtle. HEX triplet: 0B, 44 and 0E. RGB value is (11,68,14). Sum of RGB (Red+Green+Blue) = 11+68+14=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 68 (26.95% from 255 or 73.12% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 68 - color contains mainly: green. Hex color #0B440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B440E is #F4BBF1. Grayscale: #2C2C2C. Windows color (decimal): -16038898 or 934923. OLE color: 934923.

HSL color Cylindrical-coordinate representation of color #0B440E: hue angle of 123.16º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B440E is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB116814-
CMYK0.8400.790.73
HSL123.16º72.15%15.49%-
HSV(B)123.16º83.82%26.67%-
XYZ2.284.241.11-
YUV44.8110.62103.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 68 (26.95% from 255) = 73.12%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=11.83%
G=73.12%
B=15.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168140.8400.790.73123.1672.1515.49
HexB44E5404F497b48f
Octal1310416124011711117311017
Binary1011100010011101010100010011111001001111101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,14); }

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

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

 a { background-color: rgb(11,68,14); }

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

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

 span { border-color: rgb(11,68,14); }

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