#1A501C

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

Shades of Myrtle #1A501C

Tints of Myrtle #1A501C

Color information

#1A501C (or 0x1A501C) is unknown color: approx Myrtle. HEX triplet: 1A, 50 and 1C. RGB value is (26,80,28). Sum of RGB (Red+Green+Blue) = 26+80+28=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #1A501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A501C is #E5AFE3. Grayscale: #3A3A3A. Windows color (decimal): -15052772 or 1855514. OLE color: 1855514.

HSL color Cylindrical-coordinate representation of color #1A501C: hue angle of 122.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A501C is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB268028-
CMYK0.6700.650.69
HSL122.22º50.94%20.78%-
HSV(B)122.22º67.5%31.37%-
XYZ3.56.042.08-
YUV57.93111.11105.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=19.40%
G=59.70%
B=20.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680280.6700.650.69122.2250.9420.78
Hex1A501C43041457a3315
Octal321203410301011051726325
Binary110101010000111001000011010000011000101111101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,28); }

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

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

 a { background-color: rgb(26,80,28); }

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

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

 span { border-color: rgb(26,80,28); }

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