#27716A

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

Shades of Genoa #27716A

Tints of Genoa #27716A

Color information

#27716A (or 0x27716A) is unknown color: approx Genoa. HEX triplet: 27, 71 and 6A. RGB value is (39,113,106). Sum of RGB (Red+Green+Blue) = 39+113+106=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #27716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27716A is #D88E95. Grayscale: #5A5A5A. Windows color (decimal): -14192278 or 6975783. OLE color: 6975783.

HSL color Cylindrical-coordinate representation of color #27716A: hue angle of 174.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27716A is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB39113106-
CMYK0.6500.060.56
HSL174.32º48.68%29.8%-
HSV(B)174.32º65.49%44.31%-
XYZ9.3413.2815.71-
YUV90.08136.9891.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=15.12%
G=43.80%
B=41.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391131060.6500.060.56174.3248.6829.8
Hex27716A410638ae311e
Octal4716115210106702566136
Binary10011111100011101010100000101101110001010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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