#357763

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

Shades of Genoa #357763

Tints of Genoa #357763

Color information

#357763 (or 0x357763) is unknown color: approx Genoa. HEX triplet: 35, 77 and 63. RGB value is (53,119,99). Sum of RGB (Red+Green+Blue) = 53+119+99=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #357763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357763 is #CA889C. Grayscale: #606060. Windows color (decimal): -13273245 or 6518581. OLE color: 6518581.

HSL color Cylindrical-coordinate representation of color #357763: hue angle of 161.82º 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 #357763 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB5311999-
CMYK0.5500.170.53
HSL161.82º38.37%33.73%-
HSV(B)161.82º55.46%46.67%-
XYZ10.3214.8514.13-
YUV96.99129.1396.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=19.56%
G=43.91%
B=36.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119990.5500.170.53161.8238.3733.73
Hex3577633701135a22622
Octal6516714367021652424642
Binary1101011110111110001111011101000111010110100010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357763; }

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

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

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

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

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

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

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

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