#0B4310

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

Shades of Myrtle #0B4310

Tints of Myrtle #0B4310

Color information

#0B4310 (or 0x0B4310) is unknown color: approx Myrtle. HEX triplet: 0B, 43 and 10. RGB value is (11,67,16). Sum of RGB (Red+Green+Blue) = 11+67+16=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4310 is #F4BCEF. Grayscale: #2C2C2C. Windows color (decimal): -16039152 or 1065739. OLE color: 1065739.

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

Color convert

RGB116716-
CMYK0.8400.760.74
HSL125.36º71.79%15.29%-
HSV(B)125.36º83.58%26.27%-
XYZ2.244.121.17-
YUV44.44111.95104.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.70%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=11.70%
G=71.28%
B=17.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167160.8400.760.74125.3671.7915.29
HexB43105404C4A7d48f
Octal1310320124011411217511017
Binary10111000011100001010100010011001001010111110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,16); }

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

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

 a { background-color: rgb(11,67,16); }

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

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

 span { border-color: rgb(11,67,16); }

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