#1E736C

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

Shades of Elm #1E736C

Tints of Elm #1E736C

Color information

#1E736C (or 0x1E736C) is unknown color: approx Elm. HEX triplet: 1E, 73 and 6C. RGB value is (30,115,108). Sum of RGB (Red+Green+Blue) = 30+115+108=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736C is #E18C93. Grayscale: #585858. Windows color (decimal): -14781588 or 7107358. OLE color: 7107358.

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

Color convert

RGB30115108-
CMYK0.7400.060.55
HSL175.06º58.62%28.43%-
HSV(B)175.06º73.91%45.1%-
XYZ9.3713.6216.32-
YUV88.79138.8486.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=11.86%
G=45.45%
B=42.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301151080.7400.060.55175.0658.6228.43
Hex1E736C4A0637af3b1c
Octal3616315411206672577334
Binary1111011100111101100100101001101101111010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,108); }

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

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

 a { background-color: rgb(30,115,108); }

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

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

 span { border-color: rgb(30,115,108); }

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