#27796C

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

Shades of Genoa #27796C

Tints of Genoa #27796C

Color information

#27796C (or 0x27796C) is unknown color: approx Genoa. HEX triplet: 27, 79 and 6C. RGB value is (39,121,108). Sum of RGB (Red+Green+Blue) = 39+121+108=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #27796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27796C is #D88693. Grayscale: #5E5E5E. Windows color (decimal): -14190228 or 7108903. OLE color: 7108903.

HSL color Cylindrical-coordinate representation of color #27796C: hue angle of 170.49º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27796C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB39121108-
CMYK0.6800.110.53
HSL170.49º51.25%31.37%-
HSV(B)170.49º67.77%47.45%-
XYZ10.3815.1916.57-
YUV95135.3388.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=14.55%
G=45.15%
B=40.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391211080.6800.110.53170.4951.2531.37
Hex27796C440B35aa331f
Octal47171154104013652526337
Binary100111111100111011001000100010111101011010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27796C; }

 p { color: rgb(39,121,108); }

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

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

 a { background-color: rgb(39,121,108); }

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

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

 span { border-color: rgb(39,121,108); }

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