#10500B

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

Shades of Myrtle #10500B

Tints of Myrtle #10500B

Color information

#10500B (or 0x10500B) is unknown color: approx Myrtle. HEX triplet: 10, 50 and 0B. RGB value is (16,80,11). Sum of RGB (Red+Green+Blue) = 16+80+11=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #10500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10500B is #EFAFF4. Grayscale: #353535. Windows color (decimal): -15708149 or 741392. OLE color: 741392.

HSL color Cylindrical-coordinate representation of color #10500B: hue angle of 115.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10500B is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB168011-
CMYK0.8000.860.69
HSL115.65º75.82%17.84%-
HSV(B)115.65º86.25%31.37%-
XYZ3.145.871.28-
YUV53104.3101.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 80 (31.64% from 255) = 74.77%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=14.95%
G=74.77%
B=10.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680110.8000.860.69115.6575.8217.84
Hex1050B5005645744c12
Octal2012013120012610516411422
Binary100001010000101110100000101011010001011110100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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