#1C471D

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

Shades of Myrtle #1C471D

Tints of Myrtle #1C471D

Color information

#1C471D (or 0x1C471D) is unknown color: approx Myrtle. HEX triplet: 1C, 47 and 1D. RGB value is (28,71,29). Sum of RGB (Red+Green+Blue) = 28+71+29=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #1C471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C471D is #E3B8E2. Grayscale: #353535. Windows color (decimal): -14924003 or 1918748. OLE color: 1918748.

HSL color Cylindrical-coordinate representation of color #1C471D: hue angle of 121.4º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C471D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB287129-
CMYK0.6100.590.72
HSL121.4º43.43%19.41%-
HSV(B)121.4º60.56%27.84%-
XYZ2.954.841.94-
YUV53.36114.25109.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.88%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=21.88%
G=55.47%
B=22.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871290.6100.590.72121.443.4319.41
Hex1C471D3D03B48792b13
Octal3410735750731101715323
Binary1110010001111110111110101110111001000111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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