#357568

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

Shades of Genoa #357568

Tints of Genoa #357568

Color information

#357568 (or 0x357568) is unknown color: approx Genoa. HEX triplet: 35, 75 and 68. RGB value is (53,117,104). Sum of RGB (Red+Green+Blue) = 53+117+104=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #357568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357568 is #CA8A97. Grayscale: #606060. Windows color (decimal): -13273752 or 6845749. OLE color: 6845749.

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

Color convert

RGB53117104-
CMYK0.5500.110.54
HSL167.81º37.65%33.33%-
HSV(B)167.81º54.7%45.88%-
XYZ10.3314.4815.35-
YUV96.38132.397.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=19.34%
G=42.70%
B=37.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171040.5500.110.54167.8137.6533.33
Hex357568370B36a82621
Octal6516515067013662504641
Binary110101111010111010001101110101111011010101000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357568; }

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

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

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

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

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

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

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

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