#357E72

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

Shades of Genoa #357E72

Tints of Genoa #357E72

Color information

#357E72 (or 0x357E72) is unknown color: approx Genoa. HEX triplet: 35, 7E and 72. RGB value is (53,126,114). Sum of RGB (Red+Green+Blue) = 53+126+114=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #357E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E72 is #CA818D. Grayscale: #666666. Windows color (decimal): -13271438 or 7503413. OLE color: 7503413.

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

Color convert

RGB53126114-
CMYK0.5800.100.51
HSL170.14º40.78%35.1%-
HSV(B)170.14º57.94%49.41%-
XYZ11.9716.8918.55-
YUV102.8134.3292.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=18.09%
G=43.00%
B=38.91%

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
Decimal531261140.5800.100.51170.1440.7835.1
Hex357E723A0A33aa2923
Octal6517616272012632525143
Binary110101111111011100101110100101011001110101010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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