#1D550E

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

Shades of Myrtle #1D550E

Tints of Myrtle #1D550E

Color information

#1D550E (or 0x1D550E) is unknown color: approx Myrtle. HEX triplet: 1D, 55 and 0E. RGB value is (29,85,14). Sum of RGB (Red+Green+Blue) = 29+85+14=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #1D550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D550E is #E2AAF1. Grayscale: #3C3C3C. Windows color (decimal): -14854898 or 939293. OLE color: 939293.

HSL color Cylindrical-coordinate representation of color #1D550E: hue angle of 107.32º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D550E is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB298514-
CMYK0.6600.840.67
HSL107.32º71.72%19.41%-
HSV(B)107.32º83.53%33.33%-
XYZ3.836.791.52-
YUV60.16101.95105.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=22.66%
G=66.41%
B=10.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985140.6600.840.67107.3271.7219.41
Hex1D55E42054436b4813
Octal3512516102012410315311023
Binary111011010101111010000100101010010000111101011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,14); }

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

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

 a { background-color: rgb(29,85,14); }

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

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

 span { border-color: rgb(29,85,14); }

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