#1A580C

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

Shades of Myrtle #1A580C

Tints of Myrtle #1A580C

Color information

#1A580C (or 0x1A580C) is unknown color: approx Myrtle. HEX triplet: 1A, 58 and 0C. RGB value is (26,88,12). Sum of RGB (Red+Green+Blue) = 26+88+12=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #1A580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A580C is #E5A7F3. Grayscale: #3D3D3D. Windows color (decimal): -15050740 or 808986. OLE color: 808986.

HSL color Cylindrical-coordinate representation of color #1A580C: hue angle of 108.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A580C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB268812-
CMYK0.7000.860.65
HSL108.95º76%19.61%-
HSV(B)108.95º86.36%34.51%-
XYZ3.987.231.53-
YUV60.8100.46103.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 88 (34.77% from 255) = 69.84%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=20.63%
G=69.84%
B=9.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688120.7000.860.65108.957619.61
Hex1A58C46056416d4c14
Octal3213014106012610115511424
Binary110101011000110010001100101011010000011101101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,88,12); }

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

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

 a { background-color: rgb(26,88,12); }

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

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

 span { border-color: rgb(26,88,12); }

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