#35746E

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

Shades of Genoa #35746E

Tints of Genoa #35746E

Color information

#35746E (or 0x35746E) is unknown color: approx Genoa. HEX triplet: 35, 74 and 6E. RGB value is (53,116,110). Sum of RGB (Red+Green+Blue) = 53+116+110=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #35746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746E is #CA8B91. Grayscale: #606060. Windows color (decimal): -13274002 or 7238709. OLE color: 7238709.

HSL color Cylindrical-coordinate representation of color #35746E: hue angle of 174.29º 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 #35746E is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB53116110-
CMYK0.5400.050.55
HSL174.29º37.28%33.14%-
HSV(B)174.29º54.31%45.49%-
XYZ10.5314.3716.97-
YUV96.48135.6396.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=19.00%
G=41.58%
B=39.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161100.5400.050.55174.2937.2833.14
Hex35746E360537ae2521
Octal651641566605672564541
Binary11010111101001101110110110010111011110101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35746E; }

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

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

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

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

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

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

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

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