#357767

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

Shades of Genoa #357767

Tints of Genoa #357767

Color information

#357767 (or 0x357767) is unknown color: approx Genoa. HEX triplet: 35, 77 and 67. RGB value is (53,119,103). Sum of RGB (Red+Green+Blue) = 53+119+103=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #357767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357767 is #CA8898. Grayscale: #616161. Windows color (decimal): -13273241 or 6780725. OLE color: 6780725.

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

Color convert

RGB53119103-
CMYK0.5500.130.53
HSL165.45º38.37%33.73%-
HSV(B)165.45º55.46%46.67%-
XYZ10.5114.9315.16-
YUV97.44131.1396.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=19.27%
G=43.27%
B=37.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191030.5500.130.53165.4538.3733.73
Hex357767370D35a52622
Octal6516714767015652454642
Binary110101111011111001111101110110111010110100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357767; }

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

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

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

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

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

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

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

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