#0C550B

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

Shades of Myrtle #0C550B

Tints of Myrtle #0C550B

Color information

#0C550B (or 0x0C550B) is unknown color: approx Myrtle. HEX triplet: 0C, 55 and 0B. RGB value is (12,85,11). Sum of RGB (Red+Green+Blue) = 12+85+11=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #0C550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C550B is #F3AAF4. Grayscale: #363636. Windows color (decimal): -15969013 or 742668. OLE color: 742668.

HSL color Cylindrical-coordinate representation of color #0C550B: hue angle of 119.19º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C550B is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB128511-
CMYK0.8600.870.67
HSL119.19º77.08%18.82%-
HSV(B)119.19º87.06%33.33%-
XYZ3.466.61.41-
YUV54.74103.3297.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.11%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=11.11%
G=78.70%
B=10.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285110.8600.870.67119.1977.0818.82
HexC55B5605743774d13
Octal1412513126012710316711523
Binary11001010101101110101100101011110000111110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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