Html Css Color HEX #1C746E Elm

📋 copy color: '#1C746E'

red 28 ◦ green 116 ◦ blue 110

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

Shades of Elm #1C746E

Tints of Elm #1C746E

RGB

 RED value IS 28 (11.33% from 255) = 11.02%

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 11.02%
G = 45.67%
B = 43.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#1C746E (or 0x1C746E) is known color: Elm. HEX triplet: 1C, 74 and 6E. RGB value is (28,116,110). Sum of RGB (Red+Green+Blue) = 28+116+110=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #1C746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C746E is #E38B91. Grayscale: #585858. Windows color (decimal): -14912402 or 7238684. OLE color: 7238684.

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

Color convert

RGB 28 116 110 -
CMYK 0.76 0 0.05 0.55
HSL 175.91º 0.61% 0.28% -
HSV(B) 175.91º 0.76% 0.45% -
XYZ 9.54 13.86 16.93 -
YUV 89 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 28 116 110 0.76 0 0.05 0.55 175.91 0.61 0.28
Hex 1C 74 6E 4C 0 5 37 B0 3D 1C
Octal 34 164 156 114 0 5 67 260 75 34
Binary 11100 1110100 1101110 1001100 0 101 110111 10110000 111101 11100

Color Harmonies of #1C746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C746E

Black with #1C746E

Text Example


Text Example

White with #1C746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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