#357670

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

Shades of Genoa #357670

Tints of Genoa #357670

Color information

#357670 (or 0x357670) is unknown color: approx Genoa. HEX triplet: 35, 76 and 70. RGB value is (53,118,112). Sum of RGB (Red+Green+Blue) = 53+118+112=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #357670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357670 is #CA898F. Grayscale: #616161. Windows color (decimal): -13273488 or 7370293. OLE color: 7370293.

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

Color convert

RGB53118112-
CMYK0.5500.050.54
HSL174.46º38.01%33.53%-
HSV(B)174.46º55.08%46.27%-
XYZ10.8714.8817.63-
YUV97.88135.9795.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=18.73%
G=41.70%
B=39.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531181120.5500.050.54174.4638.0133.53
Hex357670370536ae2622
Octal651661606705662564642
Binary11010111101101110000110111010111011010101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357670; }

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

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

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

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

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

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

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

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