#0B340F

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

Shades of Myrtle #0B340F

Tints of Myrtle #0B340F

Color information

#0B340F (or 0x0B340F) is unknown color: approx Myrtle. HEX triplet: 0B, 34 and 0F. RGB value is (11,52,15). Sum of RGB (Red+Green+Blue) = 11+52+15=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #0B340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B340F is #F4CBF0. Grayscale: #232323. Windows color (decimal): -16042993 or 996363. OLE color: 996363.

HSL color Cylindrical-coordinate representation of color #0B340F: hue angle of 125.85º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B340F is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB115215-
CMYK0.7900.710.80
HSL125.85º65.08%12.35%-
HSV(B)125.85º78.85%20.39%-
XYZ1.452.560.87-
YUV35.52116.42110.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 52 (20.70% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=14.10%
G=66.67%
B=19.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1152150.7900.710.80125.8565.0812.35
HexB34F4F047507e41c
Octal136417117010712017610114
Binary101111010011111001111010001111010000111111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,15); }

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

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

 a { background-color: rgb(11,52,15); }

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

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

 span { border-color: rgb(11,52,15); }

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