#10501B

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

Shades of Myrtle #10501B

Tints of Myrtle #10501B

Color information

#10501B (or 0x10501B) is unknown color: approx Myrtle. HEX triplet: 10, 50 and 1B. RGB value is (16,80,27). Sum of RGB (Red+Green+Blue) = 16+80+27=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #10501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10501B is #EFAFE4. Grayscale: #363636. Windows color (decimal): -15708133 or 1789968. OLE color: 1789968.

HSL color Cylindrical-coordinate representation of color #10501B: hue angle of 130.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10501B is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB168027-
CMYK0.8000.660.69
HSL130.31º66.67%18.82%-
HSV(B)130.31º80%31.37%-
XYZ3.285.932.01-
YUV54.82112.3100.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=13.01%
G=65.04%
B=21.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680270.8000.660.69130.3166.6718.82
Hex10501B5004245824313
Octal2012033120010210520210323
Binary10000101000011011101000001000010100010110000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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