#1D3918

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

Shades of Myrtle #1D3918

Tints of Myrtle #1D3918

Color information

#1D3918 (or 0x1D3918) is unknown color: approx Myrtle. HEX triplet: 1D, 39 and 18. RGB value is (29,57,24). Sum of RGB (Red+Green+Blue) = 29+57+24=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3918 is #E2C6E7. Grayscale: #2C2C2C. Windows color (decimal): -14862056 or 1587485. OLE color: 1587485.

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

Color convert

RGB295724-
CMYK0.4900.580.78
HSL110.91º40.74%15.88%-
HSV(B)110.91º57.89%22.35%-
XYZ2.133.251.38-
YUV44.87116.22116.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=26.36%
G=51.82%
B=21.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957240.4900.580.78110.9140.7415.88
Hex1D39183103A4E6f2910
Octal357130610721161575120
Binary111011110011100011000101110101001110110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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