Html Css Color HEX #277473 Elm

📋 copy color: '#277473'

red 39 ◦ green 116 ◦ blue 115

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

Shades of Elm #277473

Tints of Elm #277473

RGB

 RED value IS 39 (15.63% from 255) = 14.44%

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 14.44%
G = 42.96%
B = 42.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#277473 (or 0x277473) is known color: Elm. HEX triplet: 27, 74 and 73. RGB value is (39,116,115). Sum of RGB (Red+Green+Blue) = 39+116+115=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #277473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277473 is #D88B8C. Grayscale: #5C5C5C. Windows color (decimal): -14191501 or 7566375. OLE color: 7566375.

HSL color Cylindrical-coordinate representation of color #277473: hue angle of 179.22º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277473 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 116 115 -
CMYK 0.66 0 0.01 0.55
HSL 179.22º 0.5% 0.3% -
HSV(B) 179.22º 0.66% 0.45% -
XYZ 10.18 14.16 18.42 -
YUV 92.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 39 116 115 0.66 0 0.01 0.55 179.22 0.5 0.3
Hex 27 74 73 42 0 1 37 B3 32 1E
Octal 47 164 163 102 0 1 67 263 62 36
Binary 100111 1110100 1110011 1000010 0 1 110111 10110011 110010 11110

Color Harmonies of #277473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277473

Black with #277473

Text Example


Text Example

White with #277473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277473; }

 p { color: rgb(39,116,115); }

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

background-color css

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

 a { background-color: rgb(39,116,115); }

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

border-color css

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

 span { border-color: rgb(39,116,115); }

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