#357A66

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

Shades of Genoa #357A66

Tints of Genoa #357A66

Color information

#357A66 (or 0x357A66) is unknown color: approx Genoa. HEX triplet: 35, 7A and 66. RGB value is (53,122,102). Sum of RGB (Red+Green+Blue) = 53+122+102=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #357A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A66 is #CA8599. Grayscale: #636363. Windows color (decimal): -13272474 or 6715957. OLE color: 6715957.

HSL color Cylindrical-coordinate representation of color #357A66: hue angle of 162.61º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A66 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB53122102-
CMYK0.5700.160.52
HSL162.61º39.43%34.31%-
HSV(B)162.61º56.56%47.84%-
XYZ10.8315.6415.02-
YUV99.09129.6495.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=19.13%
G=44.04%
B=36.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221020.5700.160.52162.6139.4334.31
Hex357A663901034a32722
Octal6517214671020642434742
Binary1101011111010110011011100101000011010010100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A66; }

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

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

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

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

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

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

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

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