#358373

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

Shades of Genoa #358373

Tints of Genoa #358373

Color information

#358373 (or 0x358373) is unknown color: approx Genoa. HEX triplet: 35, 83 and 73. RGB value is (53,131,115). Sum of RGB (Red+Green+Blue) = 53+131+115=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #358373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358373 is #CA7C8C. Grayscale: #696969. Windows color (decimal): -13270157 or 7570229. OLE color: 7570229.

HSL color Cylindrical-coordinate representation of color #358373: hue angle of 167.69º 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 #358373 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB53131115-
CMYK0.6000.120.49
HSL167.69º42.39%36.08%-
HSV(B)167.69º59.54%51.37%-
XYZ12.6818.2319.07-
YUV105.85133.1690.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=17.73%
G=43.81%
B=38.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311150.6000.120.49167.6942.3936.08
Hex3583733C0C31a82a24
Octal6520316374014612505244
Binary1101011000001111100111111000110011000110101000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358373; }

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

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

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

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

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

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

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

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