#277260

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

Shades of Genoa #277260

Tints of Genoa #277260

Color information

#277260 (or 0x277260) is unknown color: approx Genoa. HEX triplet: 27, 72 and 60. RGB value is (39,114,96). Sum of RGB (Red+Green+Blue) = 39+114+96=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #277260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277260 is #D88D9F. Grayscale: #595959. Windows color (decimal): -14192032 or 6320679. OLE color: 6320679.

HSL color Cylindrical-coordinate representation of color #277260: hue angle of 165.6º degrees, saturation: 0.49, 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 #277260 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3911496-
CMYK0.6600.160.55
HSL165.6º49.02%30%-
HSV(B)165.6º65.79%44.71%-
XYZ8.9713.3113.16-
YUV89.52131.6591.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=15.66%
G=45.78%
B=38.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114960.6600.160.55165.649.0230
Hex2772604201037a6311e
Octal47162140102020672466136
Binary1001111110010110000010000100100001101111010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277260; }

 p { color: rgb(39,114,96); }

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

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

 a { background-color: rgb(39,114,96); }

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

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

 span { border-color: rgb(39,114,96); }

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