#357068

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

Shades of Genoa #357068

Tints of Genoa #357068

Color information

#357068 (or 0x357068) is unknown color: approx Genoa. HEX triplet: 35, 70 and 68. RGB value is (53,112,104). Sum of RGB (Red+Green+Blue) = 53+112+104=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #357068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357068 is #CA8F97. Grayscale: #5D5D5D. Windows color (decimal): -13275032 or 6844469. OLE color: 6844469.

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

Color convert

RGB53112104-
CMYK0.5300.070.56
HSL171.86º35.76%32.35%-
HSV(B)171.86º52.68%43.92%-
XYZ9.7613.3415.16-
YUV93.45133.9599.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=19.70%
G=41.64%
B=38.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121040.5300.070.56171.8635.7632.35
Hex357068350738ac2420
Octal651601506507702544440
Binary11010111100001101000110101011111100010101100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357068; }

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

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

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

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

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

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

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

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