#0B390C

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

Shades of Myrtle #0B390C

Tints of Myrtle #0B390C

Color information

#0B390C (or 0x0B390C) is unknown color: approx Myrtle. HEX triplet: 0B, 39 and 0C. RGB value is (11,57,12). Sum of RGB (Red+Green+Blue) = 11+57+12=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #0B390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B390C is #F4C6F3. Grayscale: #262626. Windows color (decimal): -16041716 or 801035. OLE color: 801035.

HSL color Cylindrical-coordinate representation of color #0B390C: hue angle of 121.3º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B390C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB115712-
CMYK0.8100.790.78
HSL121.3º67.65%13.33%-
HSV(B)121.3º80.7%22.35%-
XYZ1.673.020.84-
YUV38.12113.26108.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 57 (22.66% from 255) = 71.25%
BLUE value IS 12 (5.08% from 255) = 15%
R=13.75%
G=71.25%
B=15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157120.8100.790.78121.367.6513.33
HexB39C5104F4E7944d
Octal137114121011711617110415
Binary101111100111001010001010011111001110111100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,12); }

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

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

 a { background-color: rgb(11,57,12); }

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

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

 span { border-color: rgb(11,57,12); }

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