#35746F

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

Shades of Genoa #35746F

Tints of Genoa #35746F

Color information

#35746F (or 0x35746F) is unknown color: approx Genoa. HEX triplet: 35, 74 and 6F. RGB value is (53,116,111). Sum of RGB (Red+Green+Blue) = 53+116+111=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #35746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746F is #CA8B90. Grayscale: #606060. Windows color (decimal): -13274001 or 7304245. OLE color: 7304245.

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

Color convert

RGB53116111-
CMYK0.5400.040.55
HSL175.24º37.28%33.14%-
HSV(B)175.24º54.31%45.49%-
XYZ10.5814.417.26-
YUV96.59136.1396.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=18.93%
G=41.43%
B=39.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161110.5400.040.55175.2437.2833.14
Hex35746F360437af2521
Octal651641576604672574541
Binary11010111101001101111110110010011011110101111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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