#35716B

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

Shades of Genoa #35716B

Tints of Genoa #35716B

Color information

#35716B (or 0x35716B) is unknown color: approx Genoa. HEX triplet: 35, 71 and 6B. RGB value is (53,113,107). Sum of RGB (Red+Green+Blue) = 53+113+107=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #35716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35716B is #CA8E94. Grayscale: #5E5E5E. Windows color (decimal): -13274773 or 7041333. OLE color: 7041333.

HSL color Cylindrical-coordinate representation of color #35716B: hue angle of 174º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35716B is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB53113107-
CMYK0.5300.050.56
HSL174º36.14%32.55%-
HSV(B)174º53.1%44.31%-
XYZ10.0313.6316.01-
YUV94.38135.1298.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=19.41%
G=41.39%
B=39.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531131070.5300.050.5617436.1432.55
Hex35716B350538ae2421
Octal651611536505702564441
Binary11010111100011101011110101010111100010101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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