#357E71

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

Shades of Genoa #357E71

Tints of Genoa #357E71

Color information

#357E71 (or 0x357E71) is unknown color: approx Genoa. HEX triplet: 35, 7E and 71. RGB value is (53,126,113). Sum of RGB (Red+Green+Blue) = 53+126+113=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #357E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E71 is #CA818E. Grayscale: #666666. Windows color (decimal): -13271439 or 7437877. OLE color: 7437877.

HSL color Cylindrical-coordinate representation of color #357E71: hue angle of 169.32º degrees, saturation: 0.41, 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 #357E71 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB53126113-
CMYK0.5800.100.51
HSL169.32º40.78%35.1%-
HSV(B)169.32º57.94%49.41%-
XYZ11.9116.8718.25-
YUV102.69133.8292.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=18.15%
G=43.15%
B=38.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531261130.5800.100.51169.3240.7835.1
Hex357E713A0A33a92923
Octal6517616172012632515143
Binary110101111111011100011110100101011001110101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,113); }

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

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

 a { background-color: rgb(53,126,113); }

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

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

 span { border-color: rgb(53,126,113); }

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