#1C716E

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

Shades of Elm #1C716E

Tints of Elm #1C716E

Color information

#1C716E (or 0x1C716E) is unknown color: approx Elm. HEX triplet: 1C, 71 and 6E. RGB value is (28,113,110). Sum of RGB (Red+Green+Blue) = 28+113+110=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1C716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C716E is #E38E91. Grayscale: #575757. Windows color (decimal): -14913170 or 7237916. OLE color: 7237916.

HSL color Cylindrical-coordinate representation of color #1C716E: hue angle of 177.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C716E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB28113110-
CMYK0.7500.030.56
HSL177.88º60.28%27.65%-
HSV(B)177.88º75.22%44.31%-
XYZ9.213.1816.81-
YUV87.24140.8485.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=11.16%
G=45.02%
B=43.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281131100.7500.030.56177.8860.2827.65
Hex1C716E4B0338b23c1c
Octal3416115611303702627434
Binary111001110001110111010010110111110001011001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,113,110); }

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

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

 a { background-color: rgb(28,113,110); }

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

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

 span { border-color: rgb(28,113,110); }

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