#337F79

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

Shades of Elm #337F79

Tints of Elm #337F79

Color information

#337F79 (or 0x337F79) is unknown color: approx Elm. HEX triplet: 33, 7F and 79. RGB value is (51,127,121). Sum of RGB (Red+Green+Blue) = 51+127+121=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #337F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F79 is #CC8086. Grayscale: #676767. Windows color (decimal): -13402247 or 7962419. OLE color: 7962419.

HSL color Cylindrical-coordinate representation of color #337F79: hue angle of 175.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F79 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB51127121-
CMYK0.6000.050.50
HSL175.26º42.7%34.9%-
HSV(B)175.26º59.84%49.8%-
XYZ12.4117.2620.77-
YUV103.59137.8290.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=17.06%
G=42.47%
B=40.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271210.6000.050.50175.2642.734.9
Hex337F793C0532af2b23
Octal631771717405622575343
Binary11001111111111111001111100010111001010101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F79; }

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

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

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

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

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

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

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

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