#1D511C

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

Shades of Myrtle #1D511C

Tints of Myrtle #1D511C

Color information

#1D511C (or 0x1D511C) is unknown color: approx Myrtle. HEX triplet: 1D, 51 and 1C. RGB value is (29,81,28). Sum of RGB (Red+Green+Blue) = 29+81+28=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #1D511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D511C is #E2AEE3. Grayscale: #3B3B3B. Windows color (decimal): -14855908 or 1855773. OLE color: 1855773.

HSL color Cylindrical-coordinate representation of color #1D511C: hue angle of 118.87º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D511C is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB298128-
CMYK0.6400.650.68
HSL118.87º48.62%21.37%-
HSV(B)118.87º65.43%31.76%-
XYZ3.666.232.11-
YUV59.41110.27106.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=21.01%
G=58.70%
B=20.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981280.6400.650.68118.8748.6221.37
Hex1D511C4004144773115
Octal351213410001011041676125
Binary111011010001111001000000010000011000100111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,28); }

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

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

 a { background-color: rgb(29,81,28); }

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

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

 span { border-color: rgb(29,81,28); }

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