#1D361D

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

Shades of Myrtle #1D361D

Tints of Myrtle #1D361D

Color information

#1D361D (or 0x1D361D) is unknown color: approx Myrtle. HEX triplet: 1D, 36 and 1D. RGB value is (29,54,29). Sum of RGB (Red+Green+Blue) = 29+54+29=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #1D361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D361D is #E2C9E2. Grayscale: #2B2B2B. Windows color (decimal): -14862819 or 1914397. OLE color: 1914397.

HSL color Cylindrical-coordinate representation of color #1D361D: hue angle of 120º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D361D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB295429-
CMYK0.4600.460.79
HSL120º30.12%16.27%-
HSV(B)120º46.3%21.18%-
XYZ2.052.991.63-
YUV43.68119.72117.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.89%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=25.89%
G=48.21%
B=25.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954290.4600.460.7912030.1216.27
Hex1D361D2E02E4F781e10
Octal356635560561171703620
Binary11101110110111011011100101110100111111110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,29); }

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

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

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

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

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

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

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