#35746D

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

Shades of Genoa #35746D

Tints of Genoa #35746D

Color information

#35746D (or 0x35746D) is unknown color: approx Genoa. HEX triplet: 35, 74 and 6D. RGB value is (53,116,109). Sum of RGB (Red+Green+Blue) = 53+116+109=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #35746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746D is #CA8B92. Grayscale: #606060. Windows color (decimal): -13274003 or 7173173. OLE color: 7173173.

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

Color convert

RGB53116109-
CMYK0.5400.060.55
HSL173.33º37.28%33.14%-
HSV(B)173.33º54.31%45.49%-
XYZ10.4714.3516.69-
YUV96.36135.1397.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=19.06%
G=41.73%
B=39.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161090.5400.060.55173.3337.2833.14
Hex35746D360637ad2521
Octal651641556606672554541
Binary11010111101001101101110110011011011110101101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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