#0B400D

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

Shades of Myrtle #0B400D

Tints of Myrtle #0B400D

Color information

#0B400D (or 0x0B400D) is unknown color: approx Myrtle. HEX triplet: 0B, 40 and 0D. RGB value is (11,64,13). Sum of RGB (Red+Green+Blue) = 11+64+13=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #0B400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B400D is #F4BFF2. Grayscale: #2A2A2A. Windows color (decimal): -16039923 or 868363. OLE color: 868363.

HSL color Cylindrical-coordinate representation of color #0B400D: hue angle of 122.26º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B400D is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB116413-
CMYK0.8300.800.75
HSL122.26º70.67%14.71%-
HSV(B)122.26º82.81%25.1%-
XYZ2.043.771-
YUV42.34111.44105.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=12.5%
G=72.73%
B=14.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164130.8300.800.75122.2670.6714.71
HexB40D530504B7a47f
Octal1310015123012011317210717
Binary1011100000011011010011010100001001011111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,13); }

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

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

 a { background-color: rgb(11,64,13); }

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

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

 span { border-color: rgb(11,64,13); }

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