#1C361A

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

Shades of Myrtle #1C361A

Tints of Myrtle #1C361A

Color information

#1C361A (or 0x1C361A) is unknown color: approx Myrtle. HEX triplet: 1C, 36 and 1A. RGB value is (28,54,26). Sum of RGB (Red+Green+Blue) = 28+54+26=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #1C361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C361A is #E3C9E5. Grayscale: #2B2B2B. Windows color (decimal): -14928358 or 1717788. OLE color: 1717788.

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

Color convert

RGB285426-
CMYK0.4800.520.79
HSL115.71º35%15.69%-
HSV(B)115.71º51.85%21.18%-
XYZ1.982.961.44-
YUV43.03118.39117.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.93%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=25.93%
G=50%
B=24.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854260.4800.520.79115.713515.69
Hex1C361A300344F742310
Octal346632600641171644320
Binary111001101101101011000001101001001111111010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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