#27786C

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

Shades of Genoa #27786C

Tints of Genoa #27786C

Color information

#27786C (or 0x27786C) is unknown color: approx Genoa. HEX triplet: 27, 78 and 6C. RGB value is (39,120,108). Sum of RGB (Red+Green+Blue) = 39+120+108=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #27786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27786C is #D88793. Grayscale: #5E5E5E. Windows color (decimal): -14190484 or 7108647. OLE color: 7108647.

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

Color convert

RGB39120108-
CMYK0.6700.100.53
HSL171.11º50.94%31.18%-
HSV(B)171.11º67.5%47.06%-
XYZ10.2614.9516.53-
YUV94.41135.6688.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=14.61%
G=44.94%
B=40.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391201080.6700.100.53171.1150.9431.18
Hex27786C430A35ab331f
Octal47170154103012652536337
Binary100111111100011011001000011010101101011010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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