#277663

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

Shades of Genoa #277663

Tints of Genoa #277663

Color information

#277663 (or 0x277663) is unknown color: approx Genoa. HEX triplet: 27, 76 and 63. RGB value is (39,118,99). Sum of RGB (Red+Green+Blue) = 39+118+99=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #277663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277663 is #D8899C. Grayscale: #5C5C5C. Windows color (decimal): -14191005 or 6518311. OLE color: 6518311.

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

Color convert

RGB3911899-
CMYK0.6700.160.54
HSL165.57º50.32%30.78%-
HSV(B)165.57º66.95%46.27%-
XYZ9.5714.2914.06-
YUV92.21131.8390.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=15.23%
G=46.09%
B=38.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118990.6700.160.54165.5750.3230.78
Hex2776634301036a6321f
Octal47166143103020662466237
Binary1001111110110110001110000110100001101101010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277663; }

 p { color: rgb(39,118,99); }

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

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

 a { background-color: rgb(39,118,99); }

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

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

 span { border-color: rgb(39,118,99); }

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