#27756B

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

Shades of Genoa #27756B

Tints of Genoa #27756B

Color information

#27756B (or 0x27756B) is unknown color: approx Genoa. HEX triplet: 27, 75 and 6B. RGB value is (39,117,107). Sum of RGB (Red+Green+Blue) = 39+117+107=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #27756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27756B is #D88A94. Grayscale: #5C5C5C. Windows color (decimal): -14191253 or 7042343. OLE color: 7042343.

HSL color Cylindrical-coordinate representation of color #27756B: hue angle of 172.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27756B is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB39117107-
CMYK0.6700.090.54
HSL172.31º50%30.59%-
HSV(B)172.31º66.67%45.88%-
XYZ9.8514.2216.13-
YUV92.54136.1689.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=14.83%
G=44.49%
B=40.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171070.6700.090.54172.315030.59
Hex27756B430936ac321f
Octal47165153103011662546237
Binary100111111010111010111000011010011101101010110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27756B; }

 p { color: rgb(39,117,107); }

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

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

 a { background-color: rgb(39,117,107); }

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

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

 span { border-color: rgb(39,117,107); }

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