#337A75

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

Shades of Elm #337A75

Tints of Elm #337A75

Color information

#337A75 (or 0x337A75) is unknown color: approx Elm. HEX triplet: 33, 7A and 75. RGB value is (51,122,117). Sum of RGB (Red+Green+Blue) = 51+122+117=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #337A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A75 is #CC858A. Grayscale: #646464. Windows color (decimal): -13403531 or 7698995. OLE color: 7698995.

HSL color Cylindrical-coordinate representation of color #337A75: hue angle of 175.77º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A75 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB51122117-
CMYK0.5800.040.52
HSL175.77º41.04%33.92%-
HSV(B)175.77º58.2%47.84%-
XYZ11.5415.9119.29-
YUV100.2137.4892.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=17.59%
G=42.07%
B=40.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221170.5800.040.52175.7741.0433.92
Hex337A753A0434b02922
Octal631721657204642605142
Binary11001111110101110101111010010011010010110000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,117); }

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

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

 a { background-color: rgb(51,122,117); }

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

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

 span { border-color: rgb(51,122,117); }

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