#35705F

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

Shades of Genoa #35705F

Tints of Genoa #35705F

Color information

#35705F (or 0x35705F) is unknown color: approx Genoa. HEX triplet: 35, 70 and 5F. RGB value is (53,112,95). Sum of RGB (Red+Green+Blue) = 53+112+95=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #35705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705F is #CA8FA0. Grayscale: #5C5C5C. Windows color (decimal): -13275041 or 6254645. OLE color: 6254645.

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

Color convert

RGB5311295-
CMYK0.5300.150.56
HSL162.71º35.76%32.35%-
HSV(B)162.71º52.68%43.92%-
XYZ9.3313.1712.88-
YUV92.42129.4599.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=20.38%
G=43.08%
B=36.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112950.5300.150.56162.7135.7632.35
Hex35705F350F38a32420
Octal6516013765017702434440
Binary110101111000010111111101010111111100010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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