#35786D

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

Shades of Genoa #35786D

Tints of Genoa #35786D

Color information

#35786D (or 0x35786D) is unknown color: approx Genoa. HEX triplet: 35, 78 and 6D. RGB value is (53,120,109). Sum of RGB (Red+Green+Blue) = 53+120+109=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #35786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35786D is #CA8792. Grayscale: #626262. Windows color (decimal): -13272979 or 7174197. OLE color: 7174197.

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

Color convert

RGB53120109-
CMYK0.5600.090.53
HSL170.15º38.73%33.92%-
HSV(B)170.15º55.83%47.06%-
XYZ10.9415.2916.84-
YUV98.71133.895.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=18.79%
G=42.55%
B=38.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201090.5600.090.53170.1538.7333.92
Hex35786D380935aa2722
Octal6517015570011652524742
Binary110101111100011011011110000100111010110101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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