#337968

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

Shades of Genoa #337968

Tints of Genoa #337968

Color information

#337968 (or 0x337968) is unknown color: approx Genoa. HEX triplet: 33, 79 and 68. RGB value is (51,121,104). Sum of RGB (Red+Green+Blue) = 51+121+104=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #337968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337968 is #CC8697. Grayscale: #626262. Windows color (decimal): -13403800 or 6846771. OLE color: 6846771.

HSL color Cylindrical-coordinate representation of color #337968: hue angle of 165.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337968 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB51121104-
CMYK0.5800.140.53
HSL165.43º40.7%33.73%-
HSV(B)165.43º57.85%47.45%-
XYZ10.715.3815.5-
YUV98.13131.3194.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=18.48%
G=43.84%
B=37.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511211040.5800.140.53165.4340.733.73
Hex3379683A0E35a52922
Octal6317115072016652455142
Binary110011111100111010001110100111011010110100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337968; }

 p { color: rgb(51,121,104); }

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

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

 a { background-color: rgb(51,121,104); }

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

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

 span { border-color: rgb(51,121,104); }

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