#277668

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

Shades of Genoa #277668

Tints of Genoa #277668

Color information

#277668 (or 0x277668) is unknown color: approx Genoa. HEX triplet: 27, 76 and 68. RGB value is (39,118,104). Sum of RGB (Red+Green+Blue) = 39+118+104=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #277668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277668 is #D88997. Grayscale: #5C5C5C. Windows color (decimal): -14191000 or 6845991. OLE color: 6845991.

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

Color convert

RGB39118104-
CMYK0.6700.120.54
HSL169.37º50.32%30.78%-
HSV(B)169.37º66.95%46.27%-
XYZ9.8114.3915.36-
YUV92.78134.3389.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=14.94%
G=45.21%
B=39.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391181040.6700.120.54169.3750.3230.78
Hex277668430C36a9321f
Octal47166150103014662516237
Binary100111111011011010001000011011001101101010100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277668; }

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

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

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

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

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

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

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

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