#338379

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

Shades of Elm #338379

Tints of Elm #338379

Color information

#338379 (or 0x338379) is unknown color: approx Elm. HEX triplet: 33, 83 and 79. RGB value is (51,131,121). Sum of RGB (Red+Green+Blue) = 51+131+121=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #338379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338379 is #CC7C86. Grayscale: #696969. Windows color (decimal): -13401223 or 7963443. OLE color: 7963443.

HSL color Cylindrical-coordinate representation of color #338379: hue angle of 172.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338379 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB51131121-
CMYK0.6100.080.49
HSL172.5º43.96%35.69%-
HSV(B)172.5º61.07%51.37%-
XYZ12.9318.3220.94-
YUV105.94136.588.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=16.83%
G=43.23%
B=39.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311210.6100.080.49172.543.9635.69
Hex3383793D0831ac2c24
Octal6320317175010612545444
Binary1100111000001111110011111010100011000110101100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338379; }

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

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

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

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

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

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

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

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