#10420B

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

Shades of Myrtle #10420B

Tints of Myrtle #10420B

Color information

#10420B (or 0x10420B) is unknown color: approx Myrtle. HEX triplet: 10, 42 and 0B. RGB value is (16,66,11). Sum of RGB (Red+Green+Blue) = 16+66+11=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #10420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10420B is #EFBDF4. Grayscale: #2C2C2C. Windows color (decimal): -15711733 or 737808. OLE color: 737808.

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

Color convert

RGB166611-
CMYK0.7600.830.74
HSL114.55º71.43%15.1%-
HSV(B)114.55º83.33%25.88%-
XYZ2.224.030.98-
YUV44.78108.94107.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 66 (26.17% from 255) = 70.97%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=17.20%
G=70.97%
B=11.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666110.7600.830.74114.5571.4315.1
Hex1042B4C0534A7347f
Octal2010213114012311216310717
Binary10000100001010111001100010100111001010111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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