#358274

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

Shades of Genoa #358274

Tints of Genoa #358274

Color information

#358274 (or 0x358274) is unknown color: approx Genoa. HEX triplet: 35, 82 and 74. RGB value is (53,130,116). Sum of RGB (Red+Green+Blue) = 53+130+116=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #358274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358274 is #CA7D8B. Grayscale: #696969. Windows color (decimal): -13270412 or 7635509. OLE color: 7635509.

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

Color convert

RGB53130116-
CMYK0.5900.110.49
HSL169.09º42.08%35.88%-
HSV(B)169.09º59.23%50.98%-
XYZ12.617.9819.33-
YUV105.38133.9990.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=17.73%
G=43.48%
B=38.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301160.5900.110.49169.0942.0835.88
Hex3582743B0B31a92a24
Octal6520216473013612515244
Binary1101011000001011101001110110101111000110101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358274; }

 p { color: rgb(53,130,116); }

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

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

 a { background-color: rgb(53,130,116); }

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

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

 span { border-color: rgb(53,130,116); }

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