#27726A

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

Shades of Genoa #27726A

Tints of Genoa #27726A

Color information

#27726A (or 0x27726A) is unknown color: approx Genoa. HEX triplet: 27, 72 and 6A. RGB value is (39,114,106). Sum of RGB (Red+Green+Blue) = 39+114+106=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #27726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27726A is #D88D95. Grayscale: #5A5A5A. Windows color (decimal): -14192022 or 6976039. OLE color: 6976039.

HSL color Cylindrical-coordinate representation of color #27726A: hue angle of 173.6º 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 #27726A is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB39114106-
CMYK0.6600.070.55
HSL173.6º49.02%30%-
HSV(B)173.6º65.79%44.71%-
XYZ9.4613.5115.74-
YUV90.66136.6591.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=15.06%
G=44.02%
B=40.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391141060.6600.070.55173.649.0230
Hex27726A420737ae311e
Octal4716215210207672566136
Binary10011111100101101010100001001111101111010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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