#1C4113

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

Shades of Myrtle #1C4113

Tints of Myrtle #1C4113

Color information

#1C4113 (or 0x1C4113) is unknown color: approx Myrtle. HEX triplet: 1C, 41 and 13. RGB value is (28,65,19). Sum of RGB (Red+Green+Blue) = 28+65+19=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4113 is #E3BEEC. Grayscale: #303030. Windows color (decimal): -14925549 or 1261852. OLE color: 1261852.

HSL color Cylindrical-coordinate representation of color #1C4113: hue angle of 108.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4113 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB286519-
CMYK0.5700.710.75
HSL108.26º54.76%16.47%-
HSV(B)108.26º70.77%25.49%-
XYZ2.494.071.27-
YUV48.69111.24113.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=25%
G=58.04%
B=16.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865190.5700.710.75108.2654.7616.47
Hex1C4113390474B6c3710
Octal34101237101071131546720
Binary11100100000110011111001010001111001011110110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,19); }

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

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

 a { background-color: rgb(28,65,19); }

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

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

 span { border-color: rgb(28,65,19); }

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