#1C4714

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

Shades of Myrtle #1C4714

Tints of Myrtle #1C4714

Color information

#1C4714 (or 0x1C4714) is unknown color: approx Myrtle. HEX triplet: 1C, 47 and 14. RGB value is (28,71,20). Sum of RGB (Red+Green+Blue) = 28+71+20=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4714 is #E3B8EB. Grayscale: #343434. Windows color (decimal): -14924012 or 1328924. OLE color: 1328924.

HSL color Cylindrical-coordinate representation of color #1C4714: hue angle of 110.59º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4714 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB287120-
CMYK0.6100.720.72
HSL110.59º56.04%17.84%-
HSV(B)110.59º71.83%27.84%-
XYZ2.864.81.44-
YUV52.33109.75110.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.53%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=23.53%
G=59.66%
B=16.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871200.6100.720.72110.5956.0417.84
Hex1C47143D048486f3812
Octal34107247501101101577022
Binary11100100011110100111101010010001001000110111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,71,20); }

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

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

 a { background-color: rgb(28,71,20); }

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

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

 span { border-color: rgb(28,71,20); }

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