#1C401C

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

Shades of Myrtle #1C401C

Tints of Myrtle #1C401C

Color information

#1C401C (or 0x1C401C) is unknown color: approx Myrtle. HEX triplet: 1C, 40 and 1C. RGB value is (28,64,28). Sum of RGB (Red+Green+Blue) = 28+64+28=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #1C401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C401C is #E3BFE3. Grayscale: #313131. Windows color (decimal): -14925796 or 1851420. OLE color: 1851420.

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

Color convert

RGB286428-
CMYK0.5600.560.75
HSL120º39.13%18.04%-
HSV(B)120º56.25%25.1%-
XYZ2.5241.74-
YUV49.13116.07112.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=23.33%
G=53.33%
B=23.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864280.5600.560.7512039.1318.04
Hex1C401C380384B782712
Octal3410034700701131704722
Binary1110010000001110011100001110001001011111100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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