#27726B

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

Shades of Genoa #27726B

Tints of Genoa #27726B

Color information

#27726B (or 0x27726B) is unknown color: approx Genoa. HEX triplet: 27, 72 and 6B. RGB value is (39,114,107). Sum of RGB (Red+Green+Blue) = 39+114+107=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #27726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27726B is #D88D94. Grayscale: #5A5A5A. Windows color (decimal): -14192021 or 7041575. OLE color: 7041575.

HSL color Cylindrical-coordinate representation of color #27726B: hue angle of 174.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27726B is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB39114107-
CMYK0.6600.060.55
HSL174.4º49.02%30%-
HSV(B)174.4º65.79%44.71%-
XYZ9.5113.5316.02-
YUV90.78137.1591.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=15%
G=43.85%
B=41.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391141070.6600.060.55174.449.0230
Hex27726B420637ae311e
Octal4716215310206672566136
Binary10011111100101101011100001001101101111010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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