#357766

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

Shades of Genoa #357766

Tints of Genoa #357766

Color information

#357766 (or 0x357766) is unknown color: approx Genoa. HEX triplet: 35, 77 and 66. RGB value is (53,119,102). Sum of RGB (Red+Green+Blue) = 53+119+102=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #357766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357766 is #CA8899. Grayscale: #616161. Windows color (decimal): -13273242 or 6715189. OLE color: 6715189.

HSL color Cylindrical-coordinate representation of color #357766: hue angle of 164.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357766 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB53119102-
CMYK0.5500.140.53
HSL164.55º38.37%33.73%-
HSV(B)164.55º55.46%46.67%-
XYZ10.4614.9114.9-
YUV97.33130.6396.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=19.34%
G=43.43%
B=37.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191020.5500.140.53164.5538.3733.73
Hex357766370E35a52622
Octal6516714667016652454642
Binary110101111011111001101101110111011010110100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357766; }

 p { color: rgb(53,119,102); }

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

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

 a { background-color: rgb(53,119,102); }

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

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

 span { border-color: rgb(53,119,102); }

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