#1D390C

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

Shades of Myrtle #1D390C

Tints of Myrtle #1D390C

Color information

#1D390C (or 0x1D390C) is unknown color: approx Myrtle. HEX triplet: 1D, 39 and 0C. RGB value is (29,57,12). Sum of RGB (Red+Green+Blue) = 29+57+12=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #1D390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D390C is #E2C6F3. Grayscale: #2B2B2B. Windows color (decimal): -14862068 or 801053. OLE color: 801053.

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

Color convert

RGB295712-
CMYK0.4900.790.78
HSL97.33º65.22%13.53%-
HSV(B)97.33º78.95%22.35%-
XYZ2.043.210.86-
YUV43.5110.22117.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=29.59%
G=58.16%
B=12.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957120.4900.790.7897.3365.2213.53
Hex1D39C3104F4E6141e
Octal35711461011711614110116
Binary111011110011100110001010011111001110110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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