#277163

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

Shades of Genoa #277163

Tints of Genoa #277163

Color information

#277163 (or 0x277163) is unknown color: approx Genoa. HEX triplet: 27, 71 and 63. RGB value is (39,113,99). Sum of RGB (Red+Green+Blue) = 39+113+99=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #277163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277163 is #D88E9C. Grayscale: #595959. Windows color (decimal): -14192285 or 6517031. OLE color: 6517031.

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

Color convert

RGB3911399-
CMYK0.6500.120.56
HSL168.65º48.68%29.8%-
HSV(B)168.65º65.49%44.31%-
XYZ8.9913.1413.87-
YUV89.28133.4892.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=15.54%
G=45.02%
B=39.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39113990.6500.120.56168.6548.6829.8
Hex277163410C38a9311e
Octal47161143101014702516136
Binary100111111000111000111000001011001110001010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277163; }

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

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

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

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

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

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

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

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