#357761

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

Shades of Genoa #357761

Tints of Genoa #357761

Color information

#357761 (or 0x357761) is unknown color: approx Genoa. HEX triplet: 35, 77 and 61. RGB value is (53,119,97). Sum of RGB (Red+Green+Blue) = 53+119+97=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #357761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357761 is #CA889E. Grayscale: #606060. Windows color (decimal): -13273247 or 6387509. OLE color: 6387509.

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

Color convert

RGB5311997-
CMYK0.5500.180.53
HSL160º38.37%33.73%-
HSV(B)160º55.46%46.67%-
XYZ10.2214.8113.63-
YUV96.76128.1396.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=19.70%
G=44.24%
B=36.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119970.5500.180.5316038.3733.73
Hex3577613701235a02622
Octal6516714167022652404642
Binary1101011110111110000111011101001011010110100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357761; }

 p { color: rgb(53,119,97); }

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

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

 a { background-color: rgb(53,119,97); }

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

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

 span { border-color: rgb(53,119,97); }

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