#357661

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

Shades of Genoa #357661

Tints of Genoa #357661

Color information

#357661 (or 0x357661) is unknown color: approx Genoa. HEX triplet: 35, 76 and 61. RGB value is (53,118,97). Sum of RGB (Red+Green+Blue) = 53+118+97=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #357661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357661 is #CA899E. Grayscale: #606060. Windows color (decimal): -13273503 or 6387253. OLE color: 6387253.

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

Color convert

RGB5311897-
CMYK0.5500.180.54
HSL160.62º38.01%33.53%-
HSV(B)160.62º55.08%46.27%-
XYZ10.114.5813.59-
YUV96.17128.4797.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=19.78%
G=44.03%
B=36.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118970.5500.180.54160.6238.0133.53
Hex3576613701236a12622
Octal6516614167022662414642
Binary1101011110110110000111011101001011011010100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357661; }

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

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

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

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

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

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

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

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