#277768

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

Shades of Genoa #277768

Tints of Genoa #277768

Color information

#277768 (or 0x277768) is unknown color: approx Genoa. HEX triplet: 27, 77 and 68. RGB value is (39,119,104). Sum of RGB (Red+Green+Blue) = 39+119+104=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #277768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277768 is #D88897. Grayscale: #5D5D5D. Windows color (decimal): -14190744 or 6846247. OLE color: 6846247.

HSL color Cylindrical-coordinate representation of color #277768: hue angle of 168.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277768 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB39119104-
CMYK0.6700.130.53
HSL168.75º50.63%30.98%-
HSV(B)168.75º67.23%46.67%-
XYZ9.9314.6215.4-
YUV93.3713489.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=14.89%
G=45.42%
B=39.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391191040.6700.130.53168.7550.6330.98
Hex277768430D35a9331f
Octal47167150103015652516337
Binary100111111011111010001000011011011101011010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277768; }

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

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

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

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

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

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

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

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