#1A420F

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

Shades of Myrtle #1A420F

Tints of Myrtle #1A420F

Color information

#1A420F (or 0x1A420F) is unknown color: approx Myrtle. HEX triplet: 1A, 42 and 0F. RGB value is (26,66,15). Sum of RGB (Red+Green+Blue) = 26+66+15=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #1A420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A420F is #E5BDF0. Grayscale: #303030. Windows color (decimal): -15056369 or 999962. OLE color: 999962.

HSL color Cylindrical-coordinate representation of color #1A420F: hue angle of 107.06º 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 #1A420F is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB266615-
CMYK0.6100.770.74
HSL107.06º62.96%15.88%-
HSV(B)107.06º77.27%25.88%-
XYZ2.464.151.12-
YUV48.23109.25112.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.30%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=24.30%
G=61.68%
B=14.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2666150.6100.770.74107.0662.9615.88
Hex1A42F3D04D4A6b3f10
Octal32102177501151121537720
Binary1101010000101111111101010011011001010110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A420F; }

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

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

<style>
 a { background-color: #1A420F; }

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

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

<style>
 span { border-color: #1A420F; }

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

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