#0B520C

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

Shades of Myrtle #0B520C

Tints of Myrtle #0B520C

Color information

#0B520C (or 0x0B520C) is unknown color: approx Myrtle. HEX triplet: 0B, 52 and 0C. RGB value is (11,82,12). Sum of RGB (Red+Green+Blue) = 11+82+12=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #0B520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B520C is #F4ADF3. Grayscale: #343434. Windows color (decimal): -16035316 or 807435. OLE color: 807435.

HSL color Cylindrical-coordinate representation of color #0B520C: hue angle of 120.85º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B520C is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB118212-
CMYK0.8700.850.68
HSL120.85º76.34%18.24%-
HSV(B)120.85º86.59%32.16%-
XYZ3.226.131.36-
YUV52.79104.9898.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 82 (32.42% from 255) = 78.10%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=10.48%
G=78.10%
B=11.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1182120.8700.850.68120.8576.3418.24
HexB52C5705544794c12
Octal1312214127012510417111422
Binary10111010010110010101110101010110001001111001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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