#10550F

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

Shades of Myrtle #10550F

Tints of Myrtle #10550F

Color information

#10550F (or 0x10550F) is unknown color: approx Myrtle. HEX triplet: 10, 55 and 0F. RGB value is (16,85,15). Sum of RGB (Red+Green+Blue) = 16+85+15=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #10550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10550F is #EFAAF0. Grayscale: #383838. Windows color (decimal): -15706865 or 1004816. OLE color: 1004816.

HSL color Cylindrical-coordinate representation of color #10550F: hue angle of 119.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10550F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB168515-
CMYK0.8100.820.67
HSL119.14º70%19.61%-
HSV(B)119.14º82.35%33.33%-
XYZ3.556.641.55-
YUV56.39104.6499.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=13.79%
G=73.28%
B=12.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685150.8100.820.67119.147019.61
Hex1055F5105243774614
Octal2012517121012210316710624
Binary100001010101111110100010101001010000111110111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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