#0B400A

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

Shades of Myrtle #0B400A

Tints of Myrtle #0B400A

Color information

#0B400A (or 0x0B400A) is unknown color: approx Myrtle. HEX triplet: 0B, 40 and 0A. RGB value is (11,64,10). Sum of RGB (Red+Green+Blue) = 11+64+10=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #0B400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B400A is #F4BFF5. Grayscale: #2A2A2A. Windows color (decimal): -16039926 or 671755. OLE color: 671755.

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

Color convert

RGB116410-
CMYK0.8300.840.75
HSL118.89º72.97%14.51%-
HSV(B)118.89º84.38%25.1%-
XYZ2.033.760.91-
YUV42109.94105.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 64 (25.39% from 255) = 75.29%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=12.94%
G=75.29%
B=11.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164100.8300.840.75118.8972.9714.51
HexB40A530544B7749f
Octal1310012123012411316711117
Binary1011100000010101010011010101001001011111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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