#357370

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

Shades of Genoa #357370

Tints of Genoa #357370

Color information

#357370 (or 0x357370) is unknown color: approx Genoa. HEX triplet: 35, 73 and 70. RGB value is (53,115,112). Sum of RGB (Red+Green+Blue) = 53+115+112=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #357370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357370 is #CA8C8F. Grayscale: #606060. Windows color (decimal): -13274256 or 7369525. OLE color: 7369525.

HSL color Cylindrical-coordinate representation of color #357370: hue angle of 177.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357370 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB53115112-
CMYK0.5400.030.55
HSL177.1º36.9%32.94%-
HSV(B)177.1º53.91%45.1%-
XYZ10.5214.1917.51-
YUV96.12136.9697.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 112 (44.14% from 255) = 40%
R=18.93%
G=41.07%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151120.5400.030.55177.136.932.94
Hex357370360337b12521
Octal651631606603672614541
Binary1101011110011111000011011001111011110110001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357370; }

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

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

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

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

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

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

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

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