#338079

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

Shades of Elm #338079

Tints of Elm #338079

Color information

#338079 (or 0x338079) is unknown color: approx Elm. HEX triplet: 33, 80 and 79. RGB value is (51,128,121). Sum of RGB (Red+Green+Blue) = 51+128+121=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #338079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338079 is #CC7F86. Grayscale: #686868. Windows color (decimal): -13401991 or 7962675. OLE color: 7962675.

HSL color Cylindrical-coordinate representation of color #338079: hue angle of 174.55º 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 #338079 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB51128121-
CMYK0.6000.050.50
HSL174.55º43.02%35.1%-
HSV(B)174.55º60.16%50.2%-
XYZ12.5417.5220.81-
YUV104.18137.4990.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=17%
G=42.67%
B=40.33%

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
Decimal511281210.6000.050.50174.5543.0235.1
Hex3380793C0532af2b23
Octal632001717405622575343
Binary110011100000001111001111100010111001010101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338079; }

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

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

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

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

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

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

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

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