#357666

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

Shades of Genoa #357666

Tints of Genoa #357666

Color information

#357666 (or 0x357666) is unknown color: approx Genoa. HEX triplet: 35, 76 and 66. RGB value is (53,118,102). Sum of RGB (Red+Green+Blue) = 53+118+102=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #357666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357666 is #CA8999. Grayscale: #606060. Windows color (decimal): -13273498 or 6714933. OLE color: 6714933.

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

Color convert

RGB53118102-
CMYK0.5500.140.54
HSL165.23º38.01%33.53%-
HSV(B)165.23º55.08%46.27%-
XYZ10.3414.6714.86-
YUV96.74130.9796.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=19.41%
G=43.22%
B=37.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531181020.5500.140.54165.2338.0133.53
Hex357666370E36a52622
Octal6516614667016662454642
Binary110101111011011001101101110111011011010100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357666; }

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

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

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

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

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

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

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

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