#1D351D

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

Shades of Myrtle #1D351D

Tints of Myrtle #1D351D

Color information

#1D351D (or 0x1D351D) is unknown color: approx Myrtle. HEX triplet: 1D, 35 and 1D. RGB value is (29,53,29). Sum of RGB (Red+Green+Blue) = 29+53+29=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #1D351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D351D is #E2CAE2. Grayscale: #2B2B2B. Windows color (decimal): -14863075 or 1914141. OLE color: 1914141.

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

Color convert

RGB295329-
CMYK0.4500.450.79
HSL120º29.27%16.08%-
HSV(B)120º45.28%20.78%-
XYZ22.91.62-
YUV43.09120.05117.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=26.13%
G=47.75%
B=26.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953290.4500.450.7912029.2716.08
Hex1D351D2D02D4F781d10
Octal356535550551171703520
Binary11101110101111011011010101101100111111110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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