#1D5A1C

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

Shades of Myrtle #1D5A1C

Tints of Myrtle #1D5A1C

Color information

#1D5A1C (or 0x1D5A1C) is unknown color: approx Myrtle. HEX triplet: 1D, 5A and 1C. RGB value is (29,90,28). Sum of RGB (Red+Green+Blue) = 29+90+28=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A1C is #E2A5E3. Grayscale: #404040. Windows color (decimal): -14853604 or 1858077. OLE color: 1858077.

HSL color Cylindrical-coordinate representation of color #1D5A1C: hue angle of 119.03º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5A1C is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB299028-
CMYK0.6800.690.65
HSL119.03º52.54%23.14%-
HSV(B)119.03º68.89%35.29%-
XYZ4.377.662.35-
YUV64.69107.29102.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=19.73%
G=61.22%
B=19.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990280.6800.690.65119.0352.5423.14
Hex1D5A1C4404541773517
Octal351323410401051011676527
Binary111011011010111001000100010001011000001111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,28); }

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

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

 a { background-color: rgb(29,90,28); }

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

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

 span { border-color: rgb(29,90,28); }

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