#1C411C

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

Shades of Myrtle #1C411C

Tints of Myrtle #1C411C

Color information

#1C411C (or 0x1C411C) is unknown color: approx Myrtle. HEX triplet: 1C, 41 and 1C. RGB value is (28,65,28). Sum of RGB (Red+Green+Blue) = 28+65+28=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #1C411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C411C is #E3BEE3. Grayscale: #313131. Windows color (decimal): -14925540 or 1851676. OLE color: 1851676.

HSL color Cylindrical-coordinate representation of color #1C411C: hue angle of 120º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C411C is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB286528-
CMYK0.5700.570.75
HSL120º39.78%18.24%-
HSV(B)120º56.92%25.49%-
XYZ2.584.111.76-
YUV49.72115.74112.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=23.14%
G=53.72%
B=23.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865280.5700.570.7512039.7818.24
Hex1C411C390394B782812
Octal3410134710711131705022
Binary1110010000011110011100101110011001011111100010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,28); }

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

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

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

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

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

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

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