#277265

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

Shades of Genoa #277265

Tints of Genoa #277265

Color information

#277265 (or 0x277265) is unknown color: approx Genoa. HEX triplet: 27, 72 and 65. RGB value is (39,114,101). Sum of RGB (Red+Green+Blue) = 39+114+101=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #277265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277265 is #D88D9A. Grayscale: #5A5A5A. Windows color (decimal): -14192027 or 6648359. OLE color: 6648359.

HSL color Cylindrical-coordinate representation of color #277265: hue angle of 169.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 #277265 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB39114101-
CMYK0.6600.110.55
HSL169.6º49.02%30%-
HSV(B)169.6º65.79%44.71%-
XYZ9.213.4114.41-
YUV90.09134.1591.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=15.35%
G=44.88%
B=39.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391141010.6600.110.55169.649.0230
Hex277265420B37aa311e
Octal47162145102013672526136
Binary100111111001011001011000010010111101111010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277265; }

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

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

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

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

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

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

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

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