#27867E

Color #27867E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #27867E

Tints of Elm #27867E

Color information

#27867E (or 0x27867E) is unknown color: approx Elm. HEX triplet: 27, 86 and 7E. RGB value is (39,134,126). Sum of RGB (Red+Green+Blue) = 39+134+126=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #27867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27867E is #D87981. Grayscale: #686868. Windows color (decimal): -14186882 or 8291879. OLE color: 8291879.

HSL color Cylindrical-coordinate representation of color #27867E: hue angle of 174.95º 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 #27867E is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB39134126-
CMYK0.7100.060.47
HSL174.95º54.91%33.92%-
HSV(B)174.95º70.9%52.55%-
XYZ13.1318.9922.71-
YUV104.68140.0381.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=13.04%
G=44.82%
B=42.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341260.7100.060.47174.9554.9133.92
Hex27867E47062Faf3722
Octal4720617610706572576742
Binary1001111000011011111101000111011010111110101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27867E; }

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

 H1.HeaderClassName
 {
   color: #27867E;
 }
 .AnyTagClassName
 {
   color: #27867E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #27867E;
 }
 .BgClassName
 {
   background-color: #27867E;
 }
</style>
border-color css

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

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

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