#277565

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

Shades of Genoa #277565

Tints of Genoa #277565

Color information

#277565 (or 0x277565) is unknown color: approx Genoa. HEX triplet: 27, 75 and 65. RGB value is (39,117,101). Sum of RGB (Red+Green+Blue) = 39+117+101=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #277565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277565 is #D88A9A. Grayscale: #5B5B5B. Windows color (decimal): -14191259 or 6649127. OLE color: 6649127.

HSL color Cylindrical-coordinate representation of color #277565: hue angle of 167.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277565 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB39117101-
CMYK0.6700.140.54
HSL167.69º50%30.59%-
HSV(B)167.69º66.67%45.88%-
XYZ9.5514.0914.53-
YUV91.85133.1690.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=15.18%
G=45.53%
B=39.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171010.6700.140.54167.695030.59
Hex277565430E36a8321f
Octal47165145103016662506237
Binary100111111010111001011000011011101101101010100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277565; }

 p { color: rgb(39,117,101); }

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

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

 a { background-color: rgb(39,117,101); }

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

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

 span { border-color: rgb(39,117,101); }

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