#1C351D

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

Shades of Myrtle #1C351D

Tints of Myrtle #1C351D

Color information

#1C351D (or 0x1C351D) is unknown color: approx Myrtle. HEX triplet: 1C, 35 and 1D. RGB value is (28,53,29). Sum of RGB (Red+Green+Blue) = 28+53+29=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #1C351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C351D is #E3CAE2. Grayscale: #2A2A2A. Windows color (decimal): -14928611 or 1914140. OLE color: 1914140.

HSL color Cylindrical-coordinate representation of color #1C351D: hue angle of 122.4º 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 #1C351D is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB285329-
CMYK0.4700.450.79
HSL122.4º30.86%15.88%-
HSV(B)122.4º47.17%20.78%-
XYZ1.972.881.61-
YUV42.79120.22117.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=25.45%
G=48.18%
B=26.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2853290.4700.450.79122.430.8615.88
Hex1C351D2F02D4F7a1f10
Octal346535570551171723720
Binary11100110101111011011110101101100111111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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