#357F6D

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

Shades of Genoa #357F6D

Tints of Genoa #357F6D

Color information

#357F6D (or 0x357F6D) is unknown color: approx Genoa. HEX triplet: 35, 7F and 6D. RGB value is (53,127,109). Sum of RGB (Red+Green+Blue) = 53+127+109=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #357F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F6D is #CA8092. Grayscale: #666666. Windows color (decimal): -13271187 or 7175989. OLE color: 7175989.

HSL color Cylindrical-coordinate representation of color #357F6D: hue angle of 165.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F6D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB53127109-
CMYK0.5800.140.50
HSL165.41º41.11%35.29%-
HSV(B)165.41º58.27%49.8%-
XYZ11.8217.0417.13-
YUV102.82131.4892.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 127 (50% from 255) = 43.94%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=18.34%
G=43.94%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271090.5800.140.50165.4141.1135.29
Hex357F6D3A0E32a52923
Octal6517715572016622455143
Binary110101111111111011011110100111011001010100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,109); }

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

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

 a { background-color: rgb(53,127,109); }

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

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

 span { border-color: rgb(53,127,109); }

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