#27806A

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

Shades of Genoa #27806A

Tints of Genoa #27806A

Color information

#27806A (or 0x27806A) is unknown color: approx Genoa. HEX triplet: 27, 80 and 6A. RGB value is (39,128,106). Sum of RGB (Red+Green+Blue) = 39+128+106=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #27806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27806A is #D87F95. Grayscale: #626262. Windows color (decimal): -14188438 or 6979623. OLE color: 6979623.

HSL color Cylindrical-coordinate representation of color #27806A: hue angle of 165.17º 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 #27806A is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB39128106-
CMYK0.7000.170.50
HSL165.17º53.29%32.75%-
HSV(B)165.17º69.53%50.2%-
XYZ11.1616.9116.31-
YUV98.88132.0185.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=14.29%
G=46.89%
B=38.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391281060.7000.170.50165.1753.2932.75
Hex27806A4601132a53521
Octal47200152106021622456541
Binary100111100000001101010100011001000111001010100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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