#27786B

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

Shades of Genoa #27786B

Tints of Genoa #27786B

Color information

#27786B (or 0x27786B) is unknown color: approx Genoa. HEX triplet: 27, 78 and 6B. RGB value is (39,120,107). Sum of RGB (Red+Green+Blue) = 39+120+107=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #27786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27786B is #D88794. Grayscale: #5E5E5E. Windows color (decimal): -14190485 or 7043111. OLE color: 7043111.

HSL color Cylindrical-coordinate representation of color #27786B: hue angle of 170.37º 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 #27786B is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB39120107-
CMYK0.6700.110.53
HSL170.37º50.94%31.18%-
HSV(B)170.37º67.5%47.06%-
XYZ10.2114.9316.25-
YUV94.3135.1688.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=14.66%
G=45.11%
B=40.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391201070.6700.110.53170.3750.9431.18
Hex27786B430B35aa331f
Octal47170153103013652526337
Binary100111111100011010111000011010111101011010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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