#35776D

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

Shades of Genoa #35776D

Tints of Genoa #35776D

Color information

#35776D (or 0x35776D) is unknown color: approx Genoa. HEX triplet: 35, 77 and 6D. RGB value is (53,119,109). Sum of RGB (Red+Green+Blue) = 53+119+109=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #35776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35776D is #CA8892. Grayscale: #626262. Windows color (decimal): -13273235 or 7173941. OLE color: 7173941.

HSL color Cylindrical-coordinate representation of color #35776D: hue angle of 170.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35776D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB53119109-
CMYK0.5500.080.53
HSL170.91º38.37%33.73%-
HSV(B)170.91º55.46%46.67%-
XYZ10.8315.0516.8-
YUV98.13134.1395.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=18.86%
G=42.35%
B=38.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191090.5500.080.53170.9138.3733.73
Hex35776D370835ab2622
Octal6516715567010652534642
Binary110101111011111011011101110100011010110101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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