#27867C

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

Shades of Elm #27867C

Tints of Elm #27867C

Color information

#27867C (or 0x27867C) is unknown color: approx Elm. HEX triplet: 27, 86 and 7C. RGB value is (39,134,124). Sum of RGB (Red+Green+Blue) = 39+134+124=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #27867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27867C is #D87983. Grayscale: #686868. Windows color (decimal): -14186884 or 8160807. OLE color: 8160807.

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

Color convert

RGB39134124-
CMYK0.7100.070.47
HSL173.68º54.91%33.92%-
HSV(B)173.68º70.9%52.55%-
XYZ1318.9422.04-
YUV104.46139.0381.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=13.13%
G=45.12%
B=41.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341240.7100.070.47173.6854.9133.92
Hex27867C47072Fae3722
Octal4720617410707572566742
Binary1001111000011011111001000111011110111110101110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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