#10420F

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

Shades of Myrtle #10420F

Tints of Myrtle #10420F

Color information

#10420F (or 0x10420F) is unknown color: approx Myrtle. HEX triplet: 10, 42 and 0F. RGB value is (16,66,15). Sum of RGB (Red+Green+Blue) = 16+66+15=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #10420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10420F is #EFBDF0. Grayscale: #2D2D2D. Windows color (decimal): -15711729 or 999952. OLE color: 999952.

HSL color Cylindrical-coordinate representation of color #10420F: hue angle of 118.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10420F is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB166615-
CMYK0.7600.770.74
HSL118.82º62.96%15.88%-
HSV(B)118.82º77.27%25.88%-
XYZ2.254.041.11-
YUV45.24110.94107.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=16.49%
G=68.04%
B=15.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666150.7600.770.74118.8262.9615.88
Hex1042F4C04D4A773f10
Octal201021711401151121677720
Binary10000100001011111001100010011011001010111011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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