#1C746D

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

Shades of Elm #1C746D

Tints of Elm #1C746D

Color information

#1C746D (or 0x1C746D) is unknown color: approx Elm. HEX triplet: 1C, 74 and 6D. RGB value is (28,116,109). Sum of RGB (Red+Green+Blue) = 28+116+109=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #1C746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C746D is #E38B92. Grayscale: #585858. Windows color (decimal): -14912403 or 7173148. OLE color: 7173148.

HSL color Cylindrical-coordinate representation of color #1C746D: hue angle of 175.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C746D is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB28116109-
CMYK0.7600.060.55
HSL175.23º61.11%28.24%-
HSV(B)175.23º75.86%45.49%-
XYZ9.4813.8416.64-
YUV88.89139.3584.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=11.07%
G=45.85%
B=43.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281161090.7600.060.55175.2361.1128.24
Hex1C746D4C0637af3d1c
Octal3416415511406672577534
Binary1110011101001101101100110001101101111010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,109); }

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

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

 a { background-color: rgb(28,116,109); }

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

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

 span { border-color: rgb(28,116,109); }

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