#1D611A

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

Shades of Myrtle #1D611A

Tints of Myrtle #1D611A

Color information

#1D611A (or 0x1D611A) is unknown color: approx Myrtle. HEX triplet: 1D, 61 and 1A. RGB value is (29,97,26). Sum of RGB (Red+Green+Blue) = 29+97+26=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #1D611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D611A is #E29EE5. Grayscale: #444444. Windows color (decimal): -14851814 or 1728797. OLE color: 1728797.

HSL color Cylindrical-coordinate representation of color #1D611A: hue angle of 117.46º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D611A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB299726-
CMYK0.7000.730.62
HSL117.46º57.72%24.12%-
HSV(B)117.46º73.2%38.04%-
XYZ4.978.892.43-
YUV68.57103.9799.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=19.08%
G=63.82%
B=17.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997260.7000.730.62117.4657.7224.12
Hex1D611A460493E753a18
Octal35141321060111761657230
Binary11101110000111010100011001001001111110111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,26); }

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

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

 a { background-color: rgb(29,97,26); }

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

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

 span { border-color: rgb(29,97,26); }

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