#277A68

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

Shades of Genoa #277A68

Tints of Genoa #277A68

Color information

#277A68 (or 0x277A68) is unknown color: approx Genoa. HEX triplet: 27, 7A and 68. RGB value is (39,122,104). Sum of RGB (Red+Green+Blue) = 39+122+104=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #277A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A68 is #D88597. Grayscale: #5F5F5F. Windows color (decimal): -14189976 or 6847015. OLE color: 6847015.

HSL color Cylindrical-coordinate representation of color #277A68: hue angle of 166.99º 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 #277A68 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB39122104-
CMYK0.6800.150.52
HSL166.99º51.55%31.57%-
HSV(B)166.99º68.03%47.84%-
XYZ10.2915.3515.52-
YUV95.1313387.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 122 (48.05% from 255) = 46.04%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=14.72%
G=46.04%
B=39.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391221040.6800.150.52166.9951.5531.57
Hex277A68440F34a73420
Octal47172150104017642476440
Binary1001111111010110100010001000111111010010100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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