#1C471B

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

Shades of Myrtle #1C471B

Tints of Myrtle #1C471B

Color information

#1C471B (or 0x1C471B) is unknown color: approx Myrtle. HEX triplet: 1C, 47 and 1B. RGB value is (28,71,27). Sum of RGB (Red+Green+Blue) = 28+71+27=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #1C471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C471B is #E3B8E4. Grayscale: #353535. Windows color (decimal): -14924005 or 1787676. OLE color: 1787676.

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

Color convert

RGB287127-
CMYK0.6100.620.72
HSL118.64º44.9%19.22%-
HSV(B)118.64º61.97%27.84%-
XYZ2.934.831.82-
YUV53.13113.25110.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=22.22%
G=56.35%
B=21.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871270.6100.620.72118.6444.919.22
Hex1C471B3D03E48772d13
Octal3410733750761101675523
Binary1110010001111101111110101111101001000111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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