#277065

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

Shades of Genoa #277065

Tints of Genoa #277065

Color information

#277065 (or 0x277065) is unknown color: approx Genoa. HEX triplet: 27, 70 and 65. RGB value is (39,112,101). Sum of RGB (Red+Green+Blue) = 39+112+101=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #277065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277065 is #D88F9A. Grayscale: #585858. Windows color (decimal): -14192539 or 6647847. OLE color: 6647847.

HSL color Cylindrical-coordinate representation of color #277065: hue angle of 170.96º degrees, saturation: 0.48, 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 #277065 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB39112101-
CMYK0.6500.100.56
HSL170.96º48.34%29.61%-
HSV(B)170.96º65.18%43.92%-
XYZ8.9812.9614.34-
YUV88.92134.8292.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=15.48%
G=44.44%
B=40.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391121010.6500.100.56170.9648.3429.61
Hex277065410A38ab301e
Octal47160145101012702536036
Binary100111111000011001011000001010101110001010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277065; }

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

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

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

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

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

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

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

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