#1D371D

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

Shades of Myrtle #1D371D

Tints of Myrtle #1D371D

Color information

#1D371D (or 0x1D371D) is unknown color: approx Myrtle. HEX triplet: 1D, 37 and 1D. RGB value is (29,55,29). Sum of RGB (Red+Green+Blue) = 29+55+29=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #1D371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D371D is #E2C8E2. Grayscale: #2C2C2C. Windows color (decimal): -14862563 or 1914653. OLE color: 1914653.

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

Color convert

RGB295529-
CMYK0.4700.470.78
HSL120º30.95%16.47%-
HSV(B)120º47.27%21.57%-
XYZ2.093.081.65-
YUV44.26119.39117.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=25.66%
G=48.67%
B=25.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2955290.4700.470.7812030.9516.47
Hex1D371D2F02F4E781f10
Octal356735570571161703720
Binary11101110111111011011110101111100111011110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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