#1C391C

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

Shades of Myrtle #1C391C

Tints of Myrtle #1C391C

Color information

#1C391C (or 0x1C391C) is unknown color: approx Myrtle. HEX triplet: 1C, 39 and 1C. RGB value is (28,57,28). Sum of RGB (Red+Green+Blue) = 28+57+28=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #1C391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C391C is #E3C6E3. Grayscale: #2D2D2D. Windows color (decimal): -14927588 or 1849628. OLE color: 1849628.

HSL color Cylindrical-coordinate representation of color #1C391C: hue angle of 120º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C391C is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB285728-
CMYK0.5100.510.78
HSL120º34.12%16.67%-
HSV(B)120º50.88%22.35%-
XYZ2.153.261.61-
YUV45.02118.39115.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=24.78%
G=50.44%
B=24.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2857280.5100.510.7812034.1216.67
Hex1C391C330334E782211
Octal347134630631161704221
Binary111001110011110011001101100111001110111100010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,28); }

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

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

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

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

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

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

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