#27796A

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

Shades of Genoa #27796A

Tints of Genoa #27796A

Color information

#27796A (or 0x27796A) is unknown color: approx Genoa. HEX triplet: 27, 79 and 6A. RGB value is (39,121,106). Sum of RGB (Red+Green+Blue) = 39+121+106=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #27796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27796A is #D88695. Grayscale: #5E5E5E. Windows color (decimal): -14190230 or 6977831. OLE color: 6977831.

HSL color Cylindrical-coordinate representation of color #27796A: hue angle of 169.02º 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 #27796A is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB39121106-
CMYK0.6800.120.53
HSL169.02º51.25%31.37%-
HSV(B)169.02º67.77%47.45%-
XYZ10.2815.1516.02-
YUV94.77134.3388.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=14.66%
G=45.49%
B=39.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391211060.6800.120.53169.0251.2531.37
Hex27796A440C35a9331f
Octal47171152104014652516337
Binary100111111100111010101000100011001101011010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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