#357D74

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

Shades of Genoa #357D74

Tints of Genoa #357D74

Color information

#357D74 (or 0x357D74) is unknown color: approx Genoa. HEX triplet: 35, 7D and 74. RGB value is (53,125,116). Sum of RGB (Red+Green+Blue) = 53+125+116=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #357D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D74 is #CA828B. Grayscale: #666666. Windows color (decimal): -13271692 or 7634229. OLE color: 7634229.

HSL color Cylindrical-coordinate representation of color #357D74: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D74 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB53125116-
CMYK0.5800.070.51
HSL172.5º40.45%34.9%-
HSV(B)172.5º57.6%49.02%-
XYZ11.9516.6919.11-
YUV102.45135.6592.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=18.03%
G=42.52%
B=39.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531251160.5800.070.51172.540.4534.9
Hex357D743A0733ac2823
Octal651751647207632545043
Binary11010111111011110100111010011111001110101100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,116); }

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

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

 a { background-color: rgb(53,125,116); }

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

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

 span { border-color: rgb(53,125,116); }

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