#1C660C

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

Shades of Myrtle #1C660C

Tints of Myrtle #1C660C

Color information

#1C660C (or 0x1C660C) is unknown color: approx Myrtle. HEX triplet: 1C, 66 and 0C. RGB value is (28,102,12). Sum of RGB (Red+Green+Blue) = 28+102+12=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #1C660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C660C is #E399F3. Grayscale: #454545. Windows color (decimal): -14916084 or 812572. OLE color: 812572.

HSL color Cylindrical-coordinate representation of color #1C660C: hue angle of 109.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C660C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB2810212-
CMYK0.7300.880.6
HSL109.33º78.95%22.35%-
HSV(B)109.33º88.24%40%-
XYZ5.39.781.96-
YUV69.6195.4898.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=19.72%
G=71.83%
B=8.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102120.7300.880.6109.3378.9522.35
Hex1C66C490583C6d4f16
Octal341461411101307415511726
Binary11100110011011001001001010110001111001101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,12); }

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

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

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

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

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

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

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