#338579

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

Shades of Elm #338579

Tints of Elm #338579

Color information

#338579 (or 0x338579) is unknown color: approx Elm. HEX triplet: 33, 85 and 79. RGB value is (51,133,121). Sum of RGB (Red+Green+Blue) = 51+133+121=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #338579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338579 is #CC7A86. Grayscale: #6B6B6B. Windows color (decimal): -13400711 or 7963955. OLE color: 7963955.

HSL color Cylindrical-coordinate representation of color #338579: hue angle of 171.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338579 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB51133121-
CMYK0.6200.090.48
HSL171.22º44.57%36.08%-
HSV(B)171.22º61.65%52.16%-
XYZ13.218.8621.03-
YUV107.11135.8387.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=16.72%
G=43.61%
B=39.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331210.6200.090.48171.2244.5736.08
Hex3385793E0930ab2d24
Octal6320517176011602535544
Binary1100111000010111110011111100100111000010101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338579; }

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

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

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

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

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

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

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

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