Html Css Color HEX #1B746E Elm

📋 copy color: '#1B746E'

red 27 ◦ green 116 ◦ blue 110

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

Shades of Elm #1B746E

Tints of Elm #1B746E

RGB

 RED value IS 27 (10.94% from 255) = 10.67%

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

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

R = 10.67%
G = 45.85%
B = 43.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#1B746E (or 0x1B746E) is known color: Elm. HEX triplet: 1B, 74 and 6E. RGB value is (27,116,110). Sum of RGB (Red+Green+Blue) = 27+116+110=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #1B746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B746E is #E48B91. Grayscale: #585858. Windows color (decimal): -14977938 or 7238683. OLE color: 7238683.

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

Color convert

RGB 27 116 110 -
CMYK 0.77 0 0.05 0.55
HSL 175.96º 0.62% 0.28% -
HSV(B) 175.96º 0.77% 0.45% -
XYZ 9.51 13.85 16.92 -
YUV 88.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 27 116 110 0.77 0 0.05 0.55 175.96 0.62 0.28
Hex 1B 74 6E 4D 0 5 37 B0 3E 1C
Octal 33 164 156 115 0 5 67 260 76 34
Binary 11011 1110100 1101110 1001101 0 101 110111 10110000 111110 11100

Color Harmonies of #1B746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B746E

Black with #1B746E

Text Example


Text Example

White with #1B746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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