#1D521C

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

Shades of Myrtle #1D521C

Tints of Myrtle #1D521C

Color information

#1D521C (or 0x1D521C) is unknown color: approx Myrtle. HEX triplet: 1D, 52 and 1C. RGB value is (29,82,28). Sum of RGB (Red+Green+Blue) = 29+82+28=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #1D521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D521C is #E2ADE3. Grayscale: #3C3C3C. Windows color (decimal): -14855652 or 1856029. OLE color: 1856029.

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

Color convert

RGB298228-
CMYK0.6500.660.68
HSL118.89º49.09%21.57%-
HSV(B)118.89º65.85%32.16%-
XYZ3.736.382.13-
YUV60109.94105.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=20.86%
G=58.99%
B=20.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2982280.6500.660.68118.8949.0921.57
Hex1D521C4104244773116
Octal351223410101021041676126
Binary111011010010111001000001010000101000100111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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