#277760

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

Shades of Genoa #277760

Tints of Genoa #277760

Color information

#277760 (or 0x277760) is unknown color: approx Genoa. HEX triplet: 27, 77 and 60. RGB value is (39,119,96). Sum of RGB (Red+Green+Blue) = 39+119+96=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #277760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277760 is #D8889F. Grayscale: #5C5C5C. Windows color (decimal): -14190752 or 6321959. OLE color: 6321959.

HSL color Cylindrical-coordinate representation of color #277760: hue angle of 162.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277760 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB3911996-
CMYK0.6700.190.53
HSL162.75º50.63%30.98%-
HSV(B)162.75º67.23%46.67%-
XYZ9.5414.4713.36-
YUV92.4613089.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=15.35%
G=46.85%
B=37.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119960.6700.190.53162.7550.6330.98
Hex2777604301335a3331f
Octal47167140103023652436337
Binary1001111110111110000010000110100111101011010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277760; }

 p { color: rgb(39,119,96); }

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

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

 a { background-color: rgb(39,119,96); }

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

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

 span { border-color: rgb(39,119,96); }

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