#1C3311

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

Shades of Myrtle #1C3311

Tints of Myrtle #1C3311

Color information

#1C3311 (or 0x1C3311) is unknown color: approx Myrtle. HEX triplet: 1C, 33 and 11. RGB value is (28,51,17). Sum of RGB (Red+Green+Blue) = 28+51+17=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3311 is #E3CCEE. Grayscale: #282828. Windows color (decimal): -14929135 or 1127196. OLE color: 1127196.

HSL color Cylindrical-coordinate representation of color #1C3311: hue angle of 100.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3311 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB285117-
CMYK0.4500.670.8
HSL100.59º50%13.33%-
HSV(B)100.59º66.67%20%-
XYZ1.762.660.95-
YUV40.25114.88119.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=29.17%
G=53.12%
B=17.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2851170.4500.670.8100.595013.33
Hex1C33112D043506532d
Octal3463215501031201456215
Binary111001100111000110110101000011101000011001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,17); }

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

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

 a { background-color: rgb(28,51,17); }

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

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

 span { border-color: rgb(28,51,17); }

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