Html Css Color HEX #1E746C Elm

📋 copy color: '#1E746C'

red 30 ◦ green 116 ◦ blue 108

#1E746C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1E746C

Tints of Elm #1E746C

RGB

 RED value IS 30 (12.11% from 255) = 11.81%

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 11.81%
G = 45.67%
B = 42.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1E746C (or 0x1E746C) is known color: Elm. HEX triplet: 1E, 74 and 6C. RGB value is (30,116,108). Sum of RGB (Red+Green+Blue) = 30+116+108=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #1E746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E746C is #E18B93. Grayscale: #595959. Windows color (decimal): -14781332 or 7107614. OLE color: 7107614.

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

Color convert

RGB 30 116 108 -
CMYK 0.74 0 0.07 0.55
HSL 174.42º 0.59% 0.29% -
HSV(B) 174.42º 0.74% 0.45% -
XYZ 9.49 13.85 16.36 -
YUV 89.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 30 116 108 0.74 0 0.07 0.55 174.42 0.59 0.29
Hex 1E 74 6C 4A 0 7 37 AE 3B 1D
Octal 36 164 154 112 0 7 67 256 73 35
Binary 11110 1110100 1101100 1001010 0 111 110111 10101110 111011 11101

Color Harmonies of #1E746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E746C

Black with #1E746C

Text Example


Text Example

White with #1E746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E746C;
 }
 .AnyTagClassName
 {
   color: #1E746C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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