#1C351E

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

Shades of Myrtle #1C351E

Tints of Myrtle #1C351E

Color information

#1C351E (or 0x1C351E) is unknown color: approx Myrtle. HEX triplet: 1C, 35 and 1E. RGB value is (28,53,30). Sum of RGB (Red+Green+Blue) = 28+53+30=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #1C351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C351E is #E3CAE1. Grayscale: #2A2A2A. Windows color (decimal): -14928610 or 1979676. OLE color: 1979676.

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

Color convert

RGB285330-
CMYK0.4700.430.79
HSL124.8º30.86%15.88%-
HSV(B)124.8º47.17%20.78%-
XYZ1.992.891.68-
YUV42.9120.72117.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=25.23%
G=47.75%
B=27.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2853300.4700.430.79124.830.8615.88
Hex1C351E2F02B4F7d1f10
Octal346536570531171753720
Binary11100110101111101011110101011100111111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,30); }

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

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

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

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

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

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

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