#1E550C

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

Shades of Myrtle #1E550C

Tints of Myrtle #1E550C

Color information

#1E550C (or 0x1E550C) is unknown color: approx Myrtle. HEX triplet: 1E, 55 and 0C. RGB value is (30,85,12). Sum of RGB (Red+Green+Blue) = 30+85+12=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #1E550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E550C is #E1AAF3. Grayscale: #3C3C3C. Windows color (decimal): -14789364 or 808222. OLE color: 808222.

HSL color Cylindrical-coordinate representation of color #1E550C: hue angle of 105.21º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E550C is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB308512-
CMYK0.6500.860.67
HSL105.21º75.26%19.02%-
HSV(B)105.21º85.88%33.33%-
XYZ3.856.81.46-
YUV60.23100.78106.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=23.62%
G=66.93%
B=9.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085120.6500.860.67105.2175.2619.02
Hex1E55C4105643694b13
Octal3612514101012610315111323
Binary111101010101110010000010101011010000111101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,12); }

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

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

 a { background-color: rgb(30,85,12); }

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

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

 span { border-color: rgb(30,85,12); }

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