#1D3913

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

Shades of Myrtle #1D3913

Tints of Myrtle #1D3913

Color information

#1D3913 (or 0x1D3913) is unknown color: approx Myrtle. HEX triplet: 1D, 39 and 13. RGB value is (29,57,19). Sum of RGB (Red+Green+Blue) = 29+57+19=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3913 is #E2C6EC. Grayscale: #2C2C2C. Windows color (decimal): -14862061 or 1259805. OLE color: 1259805.

HSL color Cylindrical-coordinate representation of color #1D3913: hue angle of 104.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3913 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB295719-
CMYK0.4900.670.78
HSL104.21º50%14.9%-
HSV(B)104.21º66.67%22.35%-
XYZ2.093.231.13-
YUV44.3113.72117.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.62%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=27.62%
G=54.29%
B=18.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957190.4900.670.78104.215014.9
Hex1D3913310434E6832f
Octal3571236101031161506217
Binary111011110011001111000101000011100111011010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,19); }

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

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

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

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

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

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

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