#10200F

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

Shades of Myrtle #10200F

Tints of Myrtle #10200F

Color information

#10200F (or 0x10200F) is unknown color: approx Myrtle. HEX triplet: 10, 20 and 0F. RGB value is (16,32,15). Sum of RGB (Red+Green+Blue) = 16+32+15=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #10200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10200F is #EFDFF0. Grayscale: #191919. Windows color (decimal): -15720433 or 991248. OLE color: 991248.

HSL color Cylindrical-coordinate representation of color #10200F: hue angle of 116.47º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #10200F is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB163215-
CMYK0.500.530.87
HSL116.47º36.17%9.22%-
HSV(B)116.47º53.12%12.55%-
XYZ0.821.180.64-
YUV25.28122.2121.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 32 (12.89% from 255) = 50.79%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=25.40%
G=50.79%
B=23.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632150.500.530.87116.4736.179.22
Hex1020F320355774249
Octal204017620651271644411
Binary1000010000011111100100110101101011111101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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