#277B63

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

Shades of Genoa #277B63

Tints of Genoa #277B63

Color information

#277B63 (or 0x277B63) is unknown color: approx Genoa. HEX triplet: 27, 7B and 63. RGB value is (39,123,99). Sum of RGB (Red+Green+Blue) = 39+123+99=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #277B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B63 is #D8849C. Grayscale: #5F5F5F. Windows color (decimal): -14189725 or 6519591. OLE color: 6519591.

HSL color Cylindrical-coordinate representation of color #277B63: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B63 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB3912399-
CMYK0.6800.200.52
HSL162.86º51.85%31.76%-
HSV(B)162.86º68.29%48.24%-
XYZ10.1715.514.26-
YUV95.15130.1787.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=14.94%
G=47.13%
B=37.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123990.6800.200.52162.8651.8531.76
Hex277B634401434a33420
Octal47173143104024642436440
Binary10011111110111100011100010001010011010010100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B63; }

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

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

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

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

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

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

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

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