#357561

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

Shades of Genoa #357561

Tints of Genoa #357561

Color information

#357561 (or 0x357561) is unknown color: approx Genoa. HEX triplet: 35, 75 and 61. RGB value is (53,117,97). Sum of RGB (Red+Green+Blue) = 53+117+97=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #357561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357561 is #CA8A9E. Grayscale: #5F5F5F. Windows color (decimal): -13273759 or 6386997. OLE color: 6386997.

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

Color convert

RGB5311797-
CMYK0.5500.170.54
HSL161.25º37.65%33.33%-
HSV(B)161.25º54.7%45.88%-
XYZ9.9914.3413.55-
YUV95.58128.897.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=19.85%
G=43.82%
B=36.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117970.5500.170.54161.2537.6533.33
Hex3575613701136a12621
Octal6516514167021662414641
Binary1101011110101110000111011101000111011010100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357561; }

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

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

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

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

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

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

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

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