#27806C

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

Shades of Genoa #27806C

Tints of Genoa #27806C

Color information

#27806C (or 0x27806C) is unknown color: approx Genoa. HEX triplet: 27, 80 and 6C. RGB value is (39,128,108). Sum of RGB (Red+Green+Blue) = 39+128+108=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #27806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27806C is #D87F93. Grayscale: #636363. Windows color (decimal): -14188436 or 7110695. OLE color: 7110695.

HSL color Cylindrical-coordinate representation of color #27806C: hue angle of 166.52º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27806C is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB39128108-
CMYK0.7000.160.50
HSL166.52º53.29%32.75%-
HSV(B)166.52º69.53%50.2%-
XYZ11.2616.9516.87-
YUV99.11133.0185.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=14.18%
G=46.55%
B=39.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391281080.7000.160.50166.5253.2932.75
Hex27806C4601032a73521
Octal47200154106020622476541
Binary100111100000001101100100011001000011001010100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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