#1C361D

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

Shades of Myrtle #1C361D

Tints of Myrtle #1C361D

Color information

#1C361D (or 0x1C361D) is unknown color: approx Myrtle. HEX triplet: 1C, 36 and 1D. RGB value is (28,54,29). Sum of RGB (Red+Green+Blue) = 28+54+29=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #1C361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C361D is #E3C9E2. Grayscale: #2B2B2B. Windows color (decimal): -14928355 or 1914396. OLE color: 1914396.

HSL color Cylindrical-coordinate representation of color #1C361D: hue angle of 122.31º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C361D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB285429-
CMYK0.4800.460.79
HSL122.31º31.71%16.08%-
HSV(B)122.31º48.15%21.18%-
XYZ2.022.971.63-
YUV43.38119.89117.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=25.23%
G=48.65%
B=26.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854290.4800.460.79122.3131.7116.08
Hex1C361D3002E4F7a2010
Octal346635600561171724020
Binary111001101101110111000001011101001111111101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,29); }

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

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

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

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

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

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

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