#1C361B

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

Shades of Myrtle #1C361B

Tints of Myrtle #1C361B

Color information

#1C361B (or 0x1C361B) is unknown color: approx Myrtle. HEX triplet: 1C, 36 and 1B. RGB value is (28,54,27). Sum of RGB (Red+Green+Blue) = 28+54+27=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #1C361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C361B is #E3C9E4. Grayscale: #2B2B2B. Windows color (decimal): -14928357 or 1783324. OLE color: 1783324.

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

Color convert

RGB285427-
CMYK0.4800.50.79
HSL117.78º33.33%15.88%-
HSV(B)117.78º50%21.18%-
XYZ22.961.5-
YUV43.15118.89117.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.69%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=25.69%
G=49.54%
B=24.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854270.4800.50.79117.7833.3315.88
Hex1C361B300324F762110
Octal346633600621171664120
Binary111001101101101111000001100101001111111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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