#35706B

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

Shades of Genoa #35706B

Tints of Genoa #35706B

Color information

#35706B (or 0x35706B) is unknown color: approx Genoa. HEX triplet: 35, 70 and 6B. RGB value is (53,112,107). Sum of RGB (Red+Green+Blue) = 53+112+107=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #35706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706B is #CA8F94. Grayscale: #5D5D5D. Windows color (decimal): -13275029 or 7041077. OLE color: 7041077.

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

Color convert

RGB53112107-
CMYK0.5300.040.56
HSL174.92º35.76%32.35%-
HSV(B)174.92º52.68%43.92%-
XYZ9.9213.4115.98-
YUV93.79135.4598.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=19.49%
G=41.18%
B=39.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121070.5300.040.56174.9235.7632.35
Hex35706B350438af2420
Octal651601536504702574440
Binary11010111100001101011110101010011100010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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