#277568

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

Shades of Genoa #277568

Tints of Genoa #277568

Color information

#277568 (or 0x277568) is unknown color: approx Genoa. HEX triplet: 27, 75 and 68. RGB value is (39,117,104). Sum of RGB (Red+Green+Blue) = 39+117+104=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #277568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277568 is #D88A97. Grayscale: #5C5C5C. Windows color (decimal): -14191256 or 6845735. OLE color: 6845735.

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

Color convert

RGB39117104-
CMYK0.6700.110.54
HSL170º50%30.59%-
HSV(B)170º66.67%45.88%-
XYZ9.714.1515.32-
YUV92.2134.6690.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 104 (41.02% from 255) = 40%
R=15%
G=45%
B=40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171040.6700.110.541705030.59
Hex277568430B36aa321f
Octal47165150103013662526237
Binary100111111010111010001000011010111101101010101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277568; }

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

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

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

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

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

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

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

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