#0B2306

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

Shades of Myrtle #0B2306

Tints of Myrtle #0B2306

Color information

#0B2306 (or 0x0B2306) is unknown color: approx Myrtle. HEX triplet: 0B, 23 and 06. RGB value is (11,35,6). Sum of RGB (Red+Green+Blue) = 11+35+6=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #0B2306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2306 is #F4DCF9. Grayscale: #181818. Windows color (decimal): -16047354 or 402187. OLE color: 402187.

HSL color Cylindrical-coordinate representation of color #0B2306: hue angle of 109.66º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B2306 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB11356-
CMYK0.6900.830.86
HSL109.66º70.73%8.04%-
HSV(B)109.66º82.86%13.73%-
XYZ0.771.290.38-
YUV24.52117.55118.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 35 (14.06% from 255) = 67.31%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=21.15%
G=67.31%
B=11.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal113560.6900.830.86109.6670.738.04
HexB23645053566e478
Octal13436105012312615610710
Binary10111000111101000101010100111010110110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,6); }

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

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

 a { background-color: rgb(11,35,6); }

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

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

 span { border-color: rgb(11,35,6); }

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