#358577

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

Shades of Genoa #358577

Tints of Genoa #358577

Color information

#358577 (or 0x358577) is unknown color: approx Genoa. HEX triplet: 35, 85 and 77. RGB value is (53,133,119). Sum of RGB (Red+Green+Blue) = 53+133+119=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #358577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358577 is #CA7A88. Grayscale: #6B6B6B. Windows color (decimal): -13269641 or 7832885. OLE color: 7832885.

HSL color Cylindrical-coordinate representation of color #358577: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358577 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB53133119-
CMYK0.6000.110.48
HSL169.5º43.01%36.47%-
HSV(B)169.5º60.15%52.16%-
XYZ13.1918.8620.4-
YUV107.48134.589.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=17.38%
G=43.61%
B=39.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331190.6000.110.48169.543.0136.47
Hex3585773C0B30aa2b24
Octal6520516774013602525344
Binary1101011000010111101111111000101111000010101010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358577; }

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

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

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

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

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

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

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

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