#35706A

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

Shades of Genoa #35706A

Tints of Genoa #35706A

Color information

#35706A (or 0x35706A) is unknown color: approx Genoa. HEX triplet: 35, 70 and 6A. RGB value is (53,112,106). Sum of RGB (Red+Green+Blue) = 53+112+106=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #35706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706A is #CA8F95. Grayscale: #5D5D5D. Windows color (decimal): -13275030 or 6975541. OLE color: 6975541.

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

Color convert

RGB53112106-
CMYK0.5300.050.56
HSL173.9º35.76%32.35%-
HSV(B)173.9º52.68%43.92%-
XYZ9.8613.3915.7-
YUV93.68134.9598.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=19.56%
G=41.33%
B=39.11%

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
Decimal531121060.5300.050.56173.935.7632.35
Hex35706A350538ae2420
Octal651601526505702564440
Binary11010111100001101010110101010111100010101110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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