#357968

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

Shades of Genoa #357968

Tints of Genoa #357968

Color information

#357968 (or 0x357968) is unknown color: approx Genoa. HEX triplet: 35, 79 and 68. RGB value is (53,121,104). Sum of RGB (Red+Green+Blue) = 53+121+104=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #357968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357968 is #CA8697. Grayscale: #626262. Windows color (decimal): -13272728 or 6846773. OLE color: 6846773.

HSL color Cylindrical-coordinate representation of color #357968: hue angle of 165º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357968 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB53121104-
CMYK0.5600.140.53
HSL165º39.08%34.12%-
HSV(B)165º56.2%47.45%-
XYZ10.815.4315.51-
YUV98.73130.9795.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=19.06%
G=43.53%
B=37.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211040.5600.140.5316539.0834.12
Hex357968380E35a52722
Octal6517115070016652454742
Binary110101111100111010001110000111011010110100101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357968; }

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

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

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

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

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

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

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

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