#1C390C

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

Shades of Myrtle #1C390C

Tints of Myrtle #1C390C

Color information

#1C390C (or 0x1C390C) is unknown color: approx Myrtle. HEX triplet: 1C, 39 and 0C. RGB value is (28,57,12). Sum of RGB (Red+Green+Blue) = 28+57+12=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #1C390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C390C is #E3C6F3. Grayscale: #2B2B2B. Windows color (decimal): -14927604 or 801052. OLE color: 801052.

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

Color convert

RGB285712-
CMYK0.5100.790.78
HSL98.67º65.22%13.53%-
HSV(B)98.67º78.95%22.35%-
XYZ2.013.20.86-
YUV43.2110.39117.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.87%
GREEN value IS 57 (22.66% from 255) = 58.76%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=28.87%
G=58.76%
B=12.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2857120.5100.790.7898.6765.2213.53
Hex1C39C3304F4E6341e
Octal34711463011711614310116
Binary111001110011100110011010011111001110110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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