#1C4010

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

Shades of Myrtle #1C4010

Tints of Myrtle #1C4010

Color information

#1C4010 (or 0x1C4010) is unknown color: approx Myrtle. HEX triplet: 1C, 40 and 10. RGB value is (28,64,16). Sum of RGB (Red+Green+Blue) = 28+64+16=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4010 is #E3BFEF. Grayscale: #2F2F2F. Windows color (decimal): -14925808 or 1064988. OLE color: 1064988.

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

Color convert

RGB286416-
CMYK0.5600.750.75
HSL105º60%15.69%-
HSV(B)105º75%25.1%-
XYZ2.413.951.13-
YUV47.76110.07113.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.93%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=25.93%
G=59.26%
B=14.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864160.5600.750.751056015.69
Hex1C40103804B4B693c10
Octal34100207001131131517420
Binary11100100000010000111000010010111001011110100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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