#1D3318

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

Shades of Myrtle #1D3318

Tints of Myrtle #1D3318

Color information

#1D3318 (or 0x1D3318) is unknown color: approx Myrtle. HEX triplet: 1D, 33 and 18. RGB value is (29,51,24). Sum of RGB (Red+Green+Blue) = 29+51+24=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3318 is #E2CCE7. Grayscale: #292929. Windows color (decimal): -14863592 or 1585949. OLE color: 1585949.

HSL color Cylindrical-coordinate representation of color #1D3318: hue angle of 108.89º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3318 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB295124-
CMYK0.4300.530.8
HSL108.89º36%14.71%-
HSV(B)108.89º52.94%20%-
XYZ1.862.691.29-
YUV41.34118.21119.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=27.88%
G=49.04%
B=23.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951240.4300.530.8108.893614.71
Hex1D33182B035506d24f
Octal356330530651201554417
Binary11101110011110001010110110101101000011011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,24); }

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

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

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

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

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

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

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