#35746B

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

Shades of Genoa #35746B

Tints of Genoa #35746B

Color information

#35746B (or 0x35746B) is unknown color: approx Genoa. HEX triplet: 35, 74 and 6B. RGB value is (53,116,107). Sum of RGB (Red+Green+Blue) = 53+116+107=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #35746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35746B is #CA8B94. Grayscale: #606060. Windows color (decimal): -13274005 or 7042101. OLE color: 7042101.

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

Color convert

RGB53116107-
CMYK0.5400.080.55
HSL171.43º37.28%33.14%-
HSV(B)171.43º54.31%45.49%-
XYZ10.3714.3116.13-
YUV96.14134.1397.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=19.20%
G=42.03%
B=38.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161070.5400.080.55171.4337.2833.14
Hex35746B360837ab2521
Octal6516415366010672534541
Binary110101111010011010111101100100011011110101011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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