#358371

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

Shades of Genoa #358371

Tints of Genoa #358371

Color information

#358371 (or 0x358371) is unknown color: approx Genoa. HEX triplet: 35, 83 and 71. RGB value is (53,131,113). Sum of RGB (Red+Green+Blue) = 53+131+113=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #358371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358371 is #CA7C8E. Grayscale: #696969. Windows color (decimal): -13270159 or 7439157. OLE color: 7439157.

HSL color Cylindrical-coordinate representation of color #358371: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358371 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB53131113-
CMYK0.6000.140.49
HSL166.15º42.39%36.08%-
HSV(B)166.15º59.54%51.37%-
XYZ12.5718.1818.47-
YUV105.63132.1690.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=17.85%
G=44.11%
B=38.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311130.6000.140.49166.1542.3936.08
Hex3583713C0E31a62a24
Octal6520316174016612465244
Binary1101011000001111100011111000111011000110100110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358371; }

 p { color: rgb(53,131,113); }

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

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

 a { background-color: rgb(53,131,113); }

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

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

 span { border-color: rgb(53,131,113); }

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