#357164

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

Shades of Genoa #357164

Tints of Genoa #357164

Color information

#357164 (or 0x357164) is unknown color: approx Genoa. HEX triplet: 35, 71 and 64. RGB value is (53,113,100). Sum of RGB (Red+Green+Blue) = 53+113+100=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #357164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357164 is #CA8E9B. Grayscale: #5D5D5D. Windows color (decimal): -13274780 or 6582581. OLE color: 6582581.

HSL color Cylindrical-coordinate representation of color #357164: hue angle of 167º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357164 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB53113100-
CMYK0.5300.120.56
HSL167º36.14%32.55%-
HSV(B)167º53.1%44.31%-
XYZ9.6713.4914.15-
YUV93.58131.6299.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=19.92%
G=42.48%
B=37.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531131000.5300.120.5616736.1432.55
Hex357164350C38a72421
Octal6516114465014702474441
Binary110101111000111001001101010110011100010100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357164; }

 p { color: rgb(53,113,100); }

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

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

 a { background-color: rgb(53,113,100); }

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

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

 span { border-color: rgb(53,113,100); }

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