#337764

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

Shades of Genoa #337764

Tints of Genoa #337764

Color information

#337764 (or 0x337764) is unknown color: approx Genoa. HEX triplet: 33, 77 and 64. RGB value is (51,119,100). Sum of RGB (Red+Green+Blue) = 51+119+100=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #337764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337764 is #CC889B. Grayscale: #606060. Windows color (decimal): -13404316 or 6584115. OLE color: 6584115.

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

Color convert

RGB51119100-
CMYK0.5700.160.53
HSL163.24º40%33.33%-
HSV(B)163.24º57.14%46.67%-
XYZ10.2614.8214.38-
YUV96.5129.9795.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=18.89%
G=44.07%
B=37.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191000.5700.160.53163.244033.33
Hex3377643901035a32821
Octal6316714471020652435041
Binary1100111110111110010011100101000011010110100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337764; }

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

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

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

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

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

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

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

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