#277564

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

Shades of Genoa #277564

Tints of Genoa #277564

Color information

#277564 (or 0x277564) is unknown color: approx Genoa. HEX triplet: 27, 75 and 64. RGB value is (39,117,100). Sum of RGB (Red+Green+Blue) = 39+117+100=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #277564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277564 is #D88A9B. Grayscale: #5B5B5B. Windows color (decimal): -14191260 or 6583591. OLE color: 6583591.

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

Color convert

RGB39117100-
CMYK0.6700.150.54
HSL166.92º50%30.59%-
HSV(B)166.92º66.67%45.88%-
XYZ9.514.0714.27-
YUV91.74132.6690.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=15.23%
G=45.70%
B=39.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171000.6700.150.54166.925030.59
Hex277564430F36a7321f
Octal47165144103017662476237
Binary100111111010111001001000011011111101101010011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277564; }

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

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

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

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

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

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

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

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