#35786A

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

Shades of Genoa #35786A

Tints of Genoa #35786A

Color information

#35786A (or 0x35786A) is unknown color: approx Genoa. HEX triplet: 35, 78 and 6A. RGB value is (53,120,106). Sum of RGB (Red+Green+Blue) = 53+120+106=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #35786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35786A is #CA8795. Grayscale: #626262. Windows color (decimal): -13272982 or 6977589. OLE color: 6977589.

HSL color Cylindrical-coordinate representation of color #35786A: hue angle of 167.46º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35786A is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB53120106-
CMYK0.5600.120.53
HSL167.46º38.73%33.92%-
HSV(B)167.46º55.83%47.06%-
XYZ10.7915.2316.01-
YUV98.37132.395.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=19.00%
G=43.01%
B=37.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201060.5600.120.53167.4638.7333.92
Hex35786A380C35a72722
Octal6517015270014652474742
Binary110101111100011010101110000110011010110100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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