#1C471F

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

Shades of Myrtle #1C471F

Tints of Myrtle #1C471F

Color information

#1C471F (or 0x1C471F) is unknown color: approx Myrtle. HEX triplet: 1C, 47 and 1F. RGB value is (28,71,31). Sum of RGB (Red+Green+Blue) = 28+71+31=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #1C471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C471F is #E3B8E0. Grayscale: #353535. Windows color (decimal): -14924001 or 2049820. OLE color: 2049820.

HSL color Cylindrical-coordinate representation of color #1C471F: hue angle of 124.19º 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 #1C471F is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB287131-
CMYK0.6100.560.72
HSL124.19º43.43%19.41%-
HSV(B)124.19º60.56%27.84%-
XYZ2.984.852.08-
YUV53.58115.25109.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=21.54%
G=54.62%
B=23.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871310.6100.560.72124.1943.4319.41
Hex1C471F3D038487c2b13
Octal3410737750701101745323
Binary1110010001111111111110101110001001000111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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