#337769

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

Shades of Genoa #337769

Tints of Genoa #337769

Color information

#337769 (or 0x337769) is unknown color: approx Genoa. HEX triplet: 33, 77 and 69. RGB value is (51,119,105). Sum of RGB (Red+Green+Blue) = 51+119+105=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #337769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337769 is #CC8896. Grayscale: #616161. Windows color (decimal): -13404311 or 6911795. OLE color: 6911795.

HSL color Cylindrical-coordinate representation of color #337769: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337769 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB51119105-
CMYK0.5700.120.53
HSL167.65º40%33.33%-
HSV(B)167.65º57.14%46.67%-
XYZ10.5114.9215.69-
YUV97.07132.4795.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=18.55%
G=43.27%
B=38.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191050.5700.120.53167.654033.33
Hex337769390C35a82821
Octal6316715171014652505041
Binary110011111011111010011110010110011010110101000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337769; }

 p { color: rgb(51,119,105); }

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

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

 a { background-color: rgb(51,119,105); }

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

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

 span { border-color: rgb(51,119,105); }

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