#357672

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

Shades of Genoa #357672

Tints of Genoa #357672

Color information

#357672 (or 0x357672) is unknown color: approx Genoa. HEX triplet: 35, 76 and 72. RGB value is (53,118,114). Sum of RGB (Red+Green+Blue) = 53+118+114=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #357672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357672 is #CA898D. Grayscale: #626262. Windows color (decimal): -13273486 or 7501365. OLE color: 7501365.

HSL color Cylindrical-coordinate representation of color #357672: hue angle of 176.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357672 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB53118114-
CMYK0.5500.030.54
HSL176.31º38.01%33.53%-
HSV(B)176.31º55.08%46.27%-
XYZ10.9814.9318.22-
YUV98.11136.9795.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 114 (44.92% from 255) = 40%
R=18.60%
G=41.40%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531181140.5500.030.54176.3138.0133.53
Hex357672370336b02622
Octal651661626703662604642
Binary1101011110110111001011011101111011010110000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357672; }

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

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

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

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

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

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

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

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