#277762

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

Shades of Genoa #277762

Tints of Genoa #277762

Color information

#277762 (or 0x277762) is unknown color: approx Genoa. HEX triplet: 27, 77 and 62. RGB value is (39,119,98). Sum of RGB (Red+Green+Blue) = 39+119+98=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #277762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277762 is #D8889D. Grayscale: #5C5C5C. Windows color (decimal): -14190750 or 6453031. OLE color: 6453031.

HSL color Cylindrical-coordinate representation of color #277762: hue angle of 164.25º 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 #277762 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB3911998-
CMYK0.6700.180.53
HSL164.25º50.63%30.98%-
HSV(B)164.25º67.23%46.67%-
XYZ9.6414.5113.85-
YUV92.6913189.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=15.23%
G=46.48%
B=38.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119980.6700.180.53164.2550.6330.98
Hex2777624301235a4331f
Octal47167142103022652446337
Binary1001111110111110001010000110100101101011010010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277762; }

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

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

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

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

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

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

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

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