#1D551B

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

Shades of Myrtle #1D551B

Tints of Myrtle #1D551B

Color information

#1D551B (or 0x1D551B) is unknown color: approx Myrtle. HEX triplet: 1D, 55 and 1B. RGB value is (29,85,27). Sum of RGB (Red+Green+Blue) = 29+85+27=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #1D551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D551B is #E2AAE4. Grayscale: #3D3D3D. Windows color (decimal): -14854885 or 1791261. OLE color: 1791261.

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

Color convert

RGB298527-
CMYK0.6600.680.67
HSL117.93º51.79%21.96%-
HSV(B)117.93º68.24%33.33%-
XYZ3.956.842.15-
YUV61.64108.45104.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=20.57%
G=60.28%
B=19.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985270.6600.680.67117.9351.7921.96
Hex1D551B4204443763416
Octal351253310201041031666426
Binary111011010101110111000010010001001000011111011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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