#348679

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

Shades of Elm #348679

Tints of Elm #348679

Color information

#348679 (or 0x348679) is unknown color: approx Elm. HEX triplet: 34, 86 and 79. RGB value is (52,134,121). Sum of RGB (Red+Green+Blue) = 52+134+121=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #348679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348679 is #CB7986. Grayscale: #6B6B6B. Windows color (decimal): -13334919 or 7964212. OLE color: 7964212.

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

Color convert

RGB52134121-
CMYK0.6100.100.47
HSL170.49º44.09%36.47%-
HSV(B)170.49º61.19%52.55%-
XYZ13.3919.1621.08-
YUV108135.3388.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=16.94%
G=43.65%
B=39.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341210.6100.100.47170.4944.0936.47
Hex3486793D0A2Faa2c24
Octal6420617175012572525444
Binary1101001000011011110011111010101010111110101010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348679; }

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

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

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

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

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

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

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

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