#1C4414

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

Shades of Myrtle #1C4414

Tints of Myrtle #1C4414

Color information

#1C4414 (or 0x1C4414) is unknown color: approx Myrtle. HEX triplet: 1C, 44 and 14. RGB value is (28,68,20). Sum of RGB (Red+Green+Blue) = 28+68+20=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #1C4414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4414 is #E3BBEB. Grayscale: #323232. Windows color (decimal): -14924780 or 1328156. OLE color: 1328156.

HSL color Cylindrical-coordinate representation of color #1C4414: hue angle of 110º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4414 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB286820-
CMYK0.5900.710.73
HSL110º54.55%17.25%-
HSV(B)110º70.59%26.67%-
XYZ2.674.431.38-
YUV50.57110.75111.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.14%
GREEN value IS 68 (26.95% from 255) = 58.62%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=24.14%
G=58.62%
B=17.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2868200.5900.710.7311054.5517.25
Hex1C44143B047496e3711
Octal34104247301071111566721
Binary11100100010010100111011010001111001001110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,20); }

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

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

 a { background-color: rgb(28,68,20); }

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

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

 span { border-color: rgb(28,68,20); }

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