#277165

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

Shades of Genoa #277165

Tints of Genoa #277165

Color information

#277165 (or 0x277165) is unknown color: approx Genoa. HEX triplet: 27, 71 and 65. RGB value is (39,113,101). Sum of RGB (Red+Green+Blue) = 39+113+101=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #277165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277165 is #D88E9A. Grayscale: #595959. Windows color (decimal): -14192283 or 6648103. OLE color: 6648103.

HSL color Cylindrical-coordinate representation of color #277165: hue angle of 170.27º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277165 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB39113101-
CMYK0.6500.110.56
HSL170.27º48.68%29.8%-
HSV(B)170.27º65.49%44.31%-
XYZ9.0913.1814.38-
YUV89.51134.4891.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=15.42%
G=44.66%
B=39.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391131010.6500.110.56170.2748.6829.8
Hex277165410B38aa311e
Octal47161145101013702526136
Binary100111111000111001011000001010111110001010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277165; }

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

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

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

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

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

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

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

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