#1C4C10

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

Shades of Myrtle #1C4C10

Tints of Myrtle #1C4C10

Color information

#1C4C10 (or 0x1C4C10) is unknown color: approx Myrtle. HEX triplet: 1C, 4C and 10. RGB value is (28,76,16). Sum of RGB (Red+Green+Blue) = 28+76+16=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4C10 is #E3B3EF. Grayscale: #363636. Windows color (decimal): -14922736 or 1068060. OLE color: 1068060.

HSL color Cylindrical-coordinate representation of color #1C4C10: hue angle of 108º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4C10 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB287616-
CMYK0.6300.790.70
HSL108º65.22%18.04%-
HSV(B)108º78.95%29.8%-
XYZ3.165.451.38-
YUV54.81106.1108.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 76 (30.08% from 255) = 63.33%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=23.33%
G=63.33%
B=13.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2876160.6300.790.7010865.2218.04
Hex1C4C103F04F466c4112
Octal341142077011710615410122
Binary111001001100100001111110100111110001101101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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