#1D3419

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

Shades of Myrtle #1D3419

Tints of Myrtle #1D3419

Color information

#1D3419 (or 0x1D3419) is unknown color: approx Myrtle. HEX triplet: 1D, 34 and 19. RGB value is (29,52,25). Sum of RGB (Red+Green+Blue) = 29+52+25=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3419 is #E2CBE6. Grayscale: #2A2A2A. Windows color (decimal): -14863335 or 1651741. OLE color: 1651741.

HSL color Cylindrical-coordinate representation of color #1D3419: hue angle of 111.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3419 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB295225-
CMYK0.4400.520.80
HSL111.11º35.06%15.1%-
HSV(B)111.11º51.92%20.39%-
XYZ1.912.791.36-
YUV42.04118.38118.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.36%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=27.36%
G=49.06%
B=23.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2952250.4400.520.80111.1135.0615.1
Hex1D34192C034506f23f
Octal356431540641201574317
Binary11101110100110011011000110100101000011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,25); }

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

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

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

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

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

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

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