#348579

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

Shades of Elm #348579

Tints of Elm #348579

Color information

#348579 (or 0x348579) is unknown color: approx Elm. HEX triplet: 34, 85 and 79. RGB value is (52,133,121). Sum of RGB (Red+Green+Blue) = 52+133+121=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #348579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348579 is #CB7A86. Grayscale: #6B6B6B. Windows color (decimal): -13335175 or 7963956. OLE color: 7963956.

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

Color convert

RGB52133121-
CMYK0.6100.090.48
HSL171.11º43.78%36.27%-
HSV(B)171.11º60.9%52.16%-
XYZ13.2518.8921.04-
YUV107.41135.6688.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=16.99%
G=43.46%
B=39.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331210.6100.090.48171.1143.7836.27
Hex3485793D0930ab2c24
Octal6420517175011602535444
Binary1101001000010111110011111010100111000010101011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348579; }

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

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

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

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

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

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

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

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