#0B1708

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

Shades of Myrtle #0B1708

Tints of Myrtle #0B1708

Color information

#0B1708 (or 0x0B1708) is unknown color: approx Myrtle. HEX triplet: 0B, 17 and 08. RGB value is (11,23,8). Sum of RGB (Red+Green+Blue) = 11+23+8=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1708 is #F4E8F7. Grayscale: #111111. Windows color (decimal): -16050424 or 530187. OLE color: 530187.

HSL color Cylindrical-coordinate representation of color #0B1708: hue angle of 108º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1708 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.91.

Color convert

RGB11238-
CMYK0.5200.650.91
HSL108º48.39%6.08%-
HSV(B)108º65.22%9.02%-
XYZ0.490.70.34-
YUV17.7122.52123.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=26.19%
G=54.76%
B=19.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112380.5200.650.9110848.396.08
HexB178340415B6c306
Octal132710640101133154606
Binary10111011110001101000100000110110111101100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,23,8); }

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

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

 a { background-color: rgb(11,23,8); }

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

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

 span { border-color: rgb(11,23,8); }

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