#0B4208

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

Shades of Myrtle #0B4208

Tints of Myrtle #0B4208

Color information

#0B4208 (or 0x0B4208) is unknown color: approx Myrtle. HEX triplet: 0B, 42 and 08. RGB value is (11,66,8). Sum of RGB (Red+Green+Blue) = 11+66+8=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4208 is #F4BDF7. Grayscale: #2B2B2B. Windows color (decimal): -16039416 or 541195. OLE color: 541195.

HSL color Cylindrical-coordinate representation of color #0B4208: hue angle of 116.9º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4208 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB11668-
CMYK0.8300.880.74
HSL116.9º78.38%14.51%-
HSV(B)116.9º87.88%25.88%-
XYZ2.133.990.89-
YUV42.94108.28105.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 66 (26.17% from 255) = 77.65%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=12.94%
G=77.65%
B=9.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal116680.8300.880.74116.978.3814.51
HexB428530584A754ef
Octal1310210123013011216511617
Binary1011100001010001010011010110001001010111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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