#0B3D11

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

Shades of Myrtle #0B3D11

Tints of Myrtle #0B3D11

Color information

#0B3D11 (or 0x0B3D11) is unknown color: approx Myrtle. HEX triplet: 0B, 3D and 11. RGB value is (11,61,17). Sum of RGB (Red+Green+Blue) = 11+61+17=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #0B3D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3D11 is #F4C2EE. Grayscale: #292929. Windows color (decimal): -16040687 or 1129739. OLE color: 1129739.

HSL color Cylindrical-coordinate representation of color #0B3D11: hue angle of 127.2º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3D11 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB116117-
CMYK0.8200.720.76
HSL127.2º69.44%14.12%-
HSV(B)127.2º81.97%23.92%-
XYZ1.913.451.1-
YUV41.03114.44106.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 61 (24.22% from 255) = 68.54%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=12.36%
G=68.54%
B=19.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1161170.8200.720.76127.269.4414.12
HexB3D11520484C7f45e
Octal137521122011011417710516
Binary1011111101100011010010010010001001100111111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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