#1C4013

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

Shades of Myrtle #1C4013

Tints of Myrtle #1C4013

Color information

#1C4013 (or 0x1C4013) is unknown color: approx Myrtle. HEX triplet: 1C, 40 and 13. RGB value is (28,64,19). Sum of RGB (Red+Green+Blue) = 28+64+19=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4013 is #E3BFEC. Grayscale: #303030. Windows color (decimal): -14925805 or 1261596. OLE color: 1261596.

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

Color convert

RGB286419-
CMYK0.5600.700.75
HSL108º54.22%16.27%-
HSV(B)108º70.31%25.1%-
XYZ2.433.961.25-
YUV48.11111.57113.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=25.23%
G=57.66%
B=17.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864190.5600.700.7510854.2216.27
Hex1C4013380464B6c3610
Octal34100237001061131546620
Binary11100100000010011111000010001101001011110110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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