Html Css Color HEX #278680 Elm

📋 copy color: '#278680'

red 39 ◦ green 134 ◦ blue 128

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

Shades of Elm #278680

Tints of Elm #278680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

 BLUE value IS 128 (50.39% from 255) = 42.52%

R = 12.96%
G = 44.52%
B = 42.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#278680 (or 0x278680) is known color: Elm. HEX triplet: 27, 86 and 80. RGB value is (39,134,128). Sum of RGB (Red+Green+Blue) = 39+134+128=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #278680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278680 is #D8797F. Grayscale: #686868. Windows color (decimal): -14186880 or 8422951. OLE color: 8422951.

HSL color Cylindrical-coordinate representation of color #278680: hue angle of 176.21º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278680 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 134 128 -
CMYK 0.71 0 0.04 0.47
HSL 176.21º 0.55% 0.34% -
HSV(B) 176.21º 0.71% 0.53% -
XYZ 13.26 19.04 23.4 -
YUV 104.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 39 134 128 0.71 0 0.04 0.47 176.21 0.55 0.34
Hex 27 86 80 47 0 4 2F B0 37 22
Octal 47 206 200 107 0 4 57 260 67 42
Binary 100111 10000110 10000000 1000111 0 100 101111 10110000 110111 100010

Color Harmonies of #278680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278680

Black with #278680

Text Example


Text Example

White with #278680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278680; }

 p { color: rgb(39,134,128); }

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

background-color css

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

 a { background-color: rgb(39,134,128); }

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

border-color css

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

 span { border-color: rgb(39,134,128); }

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