#357768

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

Shades of Genoa #357768

Tints of Genoa #357768

Color information

#357768 (or 0x357768) is unknown color: approx Genoa. HEX triplet: 35, 77 and 68. RGB value is (53,119,104). Sum of RGB (Red+Green+Blue) = 53+119+104=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #357768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357768 is #CA8897. Grayscale: #616161. Windows color (decimal): -13273240 or 6846261. OLE color: 6846261.

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

Color convert

RGB53119104-
CMYK0.5500.130.53
HSL166.36º38.37%33.73%-
HSV(B)166.36º55.46%46.67%-
XYZ10.5614.9515.43-
YUV97.56131.6396.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=19.20%
G=43.12%
B=37.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191040.5500.130.53166.3638.3733.73
Hex357768370D35a62622
Octal6516715067015652464642
Binary110101111011111010001101110110111010110100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357768; }

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

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

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

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

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

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

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

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