#0B4011

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

Shades of Myrtle #0B4011

Tints of Myrtle #0B4011

Color information

#0B4011 (or 0x0B4011) is unknown color: approx Myrtle. HEX triplet: 0B, 40 and 11. RGB value is (11,64,17). Sum of RGB (Red+Green+Blue) = 11+64+17=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4011 is #F4BFEE. Grayscale: #2A2A2A. Windows color (decimal): -16039919 or 1130507. OLE color: 1130507.

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

Color convert

RGB116417-
CMYK0.8300.730.75
HSL126.79º70.67%14.71%-
HSV(B)126.79º82.81%25.1%-
XYZ2.073.781.15-
YUV42.8113.44105.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=11.96%
G=69.57%
B=18.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164170.8300.730.75126.7970.6714.71
HexB4011530494B7f47f
Octal1310021123011111317710717
Binary10111000000100011010011010010011001011111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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