#1C610E

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

Shades of Myrtle #1C610E

Tints of Myrtle #1C610E

Color information

#1C610E (or 0x1C610E) is unknown color: approx Myrtle. HEX triplet: 1C, 61 and 0E. RGB value is (28,97,14). Sum of RGB (Red+Green+Blue) = 28+97+14=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #1C610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C610E is #E39EF1. Grayscale: #434343. Windows color (decimal): -14917362 or 942364. OLE color: 942364.

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

Color convert

RGB289714-
CMYK0.7100.860.62
HSL109.88º74.77%21.76%-
HSV(B)109.88º85.57%38.04%-
XYZ4.838.831.86-
YUV66.9198.14100.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 97 (38.28% from 255) = 69.78%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=20.14%
G=69.78%
B=10.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897140.7100.860.62109.8874.7721.76
Hex1C61E470563E6e4b16
Octal341411610701267615611326
Binary11100110000111101000111010101101111101101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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