#1C4313

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

Shades of Myrtle #1C4313

Tints of Myrtle #1C4313

Color information

#1C4313 (or 0x1C4313) is unknown color: approx Myrtle. HEX triplet: 1C, 43 and 13. RGB value is (28,67,19). Sum of RGB (Red+Green+Blue) = 28+67+19=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4313 is #E3BCEC. Grayscale: #323232. Windows color (decimal): -14925037 or 1262364. OLE color: 1262364.

HSL color Cylindrical-coordinate representation of color #1C4313: hue angle of 108.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4313 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB286719-
CMYK0.5800.720.74
HSL108.75º55.81%16.86%-
HSV(B)108.75º71.64%26.27%-
XYZ2.64.311.31-
YUV49.87110.58112.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.56%
GREEN value IS 67 (26.56% from 255) = 58.77%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=24.56%
G=58.77%
B=16.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2867190.5800.720.74108.7555.8116.86
Hex1C43133A0484A6d3811
Octal34103237201101121557021
Binary11100100001110011111010010010001001010110110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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