#35706D

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

Shades of Genoa #35706D

Tints of Genoa #35706D

Color information

#35706D (or 0x35706D) is unknown color: approx Genoa. HEX triplet: 35, 70 and 6D. RGB value is (53,112,109). Sum of RGB (Red+Green+Blue) = 53+112+109=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #35706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706D is #CA8F92. Grayscale: #5D5D5D. Windows color (decimal): -13275027 or 7172149. OLE color: 7172149.

HSL color Cylindrical-coordinate representation of color #35706D: hue angle of 176.95º 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 #35706D is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB53112109-
CMYK0.5300.030.56
HSL176.95º35.76%32.35%-
HSV(B)176.95º52.68%43.92%-
XYZ10.0213.4516.54-
YUV94.02136.4598.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=19.34%
G=40.88%
B=39.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121090.5300.030.56176.9535.7632.35
Hex35706D350338b12420
Octal651601556503702614440
Binary1101011110000110110111010101111100010110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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