#1C736E

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

Shades of Elm #1C736E

Tints of Elm #1C736E

Color information

#1C736E (or 0x1C736E) is unknown color: approx Elm. HEX triplet: 1C, 73 and 6E. RGB value is (28,115,110). Sum of RGB (Red+Green+Blue) = 28+115+110=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #1C736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C736E is #E38C91. Grayscale: #585858. Windows color (decimal): -14912658 or 7238428. OLE color: 7238428.

HSL color Cylindrical-coordinate representation of color #1C736E: hue angle of 176.55º 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 #1C736E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB28115110-
CMYK0.7600.040.55
HSL176.55º60.84%28.04%-
HSV(B)176.55º75.65%45.1%-
XYZ9.4213.6316.89-
YUV88.42140.1884.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=11.07%
G=45.45%
B=43.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281151100.7600.040.55176.5560.8428.04
Hex1C736E4C0437b13d1c
Octal3416315611404672617534
Binary1110011100111101110100110001001101111011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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