#348479

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

Shades of Elm #348479

Tints of Elm #348479

Color information

#348479 (or 0x348479) is unknown color: approx Elm. HEX triplet: 34, 84 and 79. RGB value is (52,132,121). Sum of RGB (Red+Green+Blue) = 52+132+121=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #348479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348479 is #CB7B86. Grayscale: #6A6A6A. Windows color (decimal): -13335431 or 7963700. OLE color: 7963700.

HSL color Cylindrical-coordinate representation of color #348479: hue angle of 171.75º degrees, saturation: 0.43, 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 #348479 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB52132121-
CMYK0.6100.080.48
HSL171.75º43.48%36.08%-
HSV(B)171.75º60.61%51.76%-
XYZ13.1218.6120.99-
YUV106.8313688.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=17.05%
G=43.28%
B=39.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321210.6100.080.48171.7543.4836.08
Hex3484793D0830ac2b24
Octal6420417175010602545344
Binary1101001000010011110011111010100011000010101100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348479; }

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

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

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

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

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

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

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

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