#10550B

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

Shades of Myrtle #10550B

Tints of Myrtle #10550B

Color information

#10550B (or 0x10550B) is unknown color: approx Myrtle. HEX triplet: 10, 55 and 0B. RGB value is (16,85,11). Sum of RGB (Red+Green+Blue) = 16+85+11=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #10550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10550B is #EFAAF4. Grayscale: #383838. Windows color (decimal): -15706869 or 742672. OLE color: 742672.

HSL color Cylindrical-coordinate representation of color #10550B: hue angle of 115.95º 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 #10550B is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB168511-
CMYK0.8100.870.67
HSL115.95º77.08%18.82%-
HSV(B)115.95º87.06%33.33%-
XYZ3.526.631.41-
YUV55.93102.6499.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 85 (33.59% from 255) = 75.89%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=14.29%
G=75.89%
B=9.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685110.8100.870.67115.9577.0818.82
Hex1055B5105743744d13
Octal2012513121012710316411523
Binary100001010101101110100010101011110000111110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10550B; }

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

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

<style>
 a { background-color: #10550B; }

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

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

<style>
 span { border-color: #10550B; }

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

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