Html Css Color HEX #1A5620 Myrtle

📋 copy color: '#1A5620'

red 26 ◦ green 86 ◦ blue 32

#1A5620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #1A5620

Tints of Myrtle #1A5620

RGB

 RED value IS 26 (10.55% from 255) = 18.06%

 GREEN value IS 86 (33.98% from 255) = 59.72%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 18.06%
G = 59.72%
B = 22.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#1A5620 (or 0x1A5620) is known color: Myrtle. HEX triplet: 1A, 56 and 20. RGB value is (26,86,32). Sum of RGB (Red+Green+Blue) = 26+86+32=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #1A5620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5620 is #E5A9DF. Grayscale: #3E3E3E. Windows color (decimal): -15051232 or 2119194. OLE color: 2119194.

HSL color Cylindrical-coordinate representation of color #1A5620: hue angle of 126º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5620 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 26 86 32 -
CMYK 0.70 0 0.63 0.66
HSL 126º 0.54% 0.22% -
HSV(B) 126º 0.7% 0.34% -
XYZ 4.01 6.98 2.5 -
YUV 61.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 26 86 32 0.70 0 0.63 0.66 126 0.54 0.22
Hex 1A 56 20 46 0 3F 42 7E 36 16
Octal 32 126 40 106 0 77 102 176 66 26
Binary 11010 1010110 100000 1000110 0 111111 1000010 1111110 110110 10110

Color Harmonies of #1A5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5620

Black with #1A5620

Text Example


Text Example

White with #1A5620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,86,32); }

 H1.HeaderClassName
 {
   color: #1A5620;
 }
 .AnyTagClassName
 {
   color: #1A5620;
 }
</style>

background-color css

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

 a { background-color: rgb(26,86,32); }

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

border-color css

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

 span { border-color: rgb(26,86,32); }

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