#357A69

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

Shades of Genoa #357A69

Tints of Genoa #357A69

Color information

#357A69 (or 0x357A69) is unknown color: approx Genoa. HEX triplet: 35, 7A and 69. RGB value is (53,122,105). Sum of RGB (Red+Green+Blue) = 53+122+105=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #357A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A69 is #CA8596. Grayscale: #636363. Windows color (decimal): -13272471 or 6912565. OLE color: 6912565.

HSL color Cylindrical-coordinate representation of color #357A69: hue angle of 165.22º 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 #357A69 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB53122105-
CMYK0.5700.140.52
HSL165.22º39.43%34.31%-
HSV(B)165.22º56.56%47.84%-
XYZ10.9815.715.82-
YUV99.43131.1494.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=18.93%
G=43.57%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221050.5700.140.52165.2239.4334.31
Hex357A69390E34a52722
Octal6517215171016642454742
Binary110101111101011010011110010111011010010100101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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