#35776E

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

Shades of Genoa #35776E

Tints of Genoa #35776E

Color information

#35776E (or 0x35776E) is unknown color: approx Genoa. HEX triplet: 35, 77 and 6E. RGB value is (53,119,110). Sum of RGB (Red+Green+Blue) = 53+119+110=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #35776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35776E is #CA8891. Grayscale: #626262. Windows color (decimal): -13273234 or 7239477. OLE color: 7239477.

HSL color Cylindrical-coordinate representation of color #35776E: hue angle of 171.82º 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 #35776E is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB53119110-
CMYK0.5500.080.53
HSL171.82º38.37%33.73%-
HSV(B)171.82º55.46%46.67%-
XYZ10.8815.0817.09-
YUV98.24134.6395.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=18.79%
G=42.20%
B=39.01%

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
Decimal531191100.5500.080.53171.8238.3733.73
Hex35776E370835ac2622
Octal6516715667010652544642
Binary110101111011111011101101110100011010110101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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