#1C611A

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

Shades of Myrtle #1C611A

Tints of Myrtle #1C611A

Color information

#1C611A (or 0x1C611A) is unknown color: approx Myrtle. HEX triplet: 1C, 61 and 1A. RGB value is (28,97,26). Sum of RGB (Red+Green+Blue) = 28+97+26=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #1C611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C611A is #E39EE5. Grayscale: #444444. Windows color (decimal): -14917350 or 1728796. OLE color: 1728796.

HSL color Cylindrical-coordinate representation of color #1C611A: hue angle of 118.31º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C611A is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB289726-
CMYK0.7100.730.62
HSL118.31º57.72%24.12%-
HSV(B)118.31º73.2%38.04%-
XYZ4.948.872.43-
YUV68.28104.1499.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=18.54%
G=64.24%
B=17.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897260.7100.730.62118.3157.7224.12
Hex1C611A470493E763a18
Octal34141321070111761667230
Binary11100110000111010100011101001001111110111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,26); }

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

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

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

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

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

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

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