#277464

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

Shades of Genoa #277464

Tints of Genoa #277464

Color information

#277464 (or 0x277464) is unknown color: approx Genoa. HEX triplet: 27, 74 and 64. RGB value is (39,116,100). Sum of RGB (Red+Green+Blue) = 39+116+100=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #277464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277464 is #D88B9B. Grayscale: #5B5B5B. Windows color (decimal): -14191516 or 6583335. OLE color: 6583335.

HSL color Cylindrical-coordinate representation of color #277464: hue angle of 167.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277464 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB39116100-
CMYK0.6600.140.55
HSL167.53º49.68%30.39%-
HSV(B)167.53º66.38%45.49%-
XYZ9.3813.8414.23-
YUV91.15132.9990.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=15.29%
G=45.49%
B=39.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391161000.6600.140.55167.5349.6830.39
Hex277464420E37a8321e
Octal47164144102016672506236
Binary100111111010011001001000010011101101111010100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277464; }

 p { color: rgb(39,116,100); }

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

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

 a { background-color: rgb(39,116,100); }

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

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

 span { border-color: rgb(39,116,100); }

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