#347975

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

Shades of Elm #347975

Tints of Elm #347975

Color information

#347975 (or 0x347975) is unknown color: approx Elm. HEX triplet: 34, 79 and 75. RGB value is (52,121,117). Sum of RGB (Red+Green+Blue) = 52+121+117=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #347975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347975 is #CB868A. Grayscale: #636363. Windows color (decimal): -13338251 or 7698740. OLE color: 7698740.

HSL color Cylindrical-coordinate representation of color #347975: hue angle of 176.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347975 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB52121117-
CMYK0.5700.030.53
HSL176.52º39.88%33.92%-
HSV(B)176.52º57.02%47.45%-
XYZ11.4615.6919.25-
YUV99.91137.6493.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=17.93%
G=41.72%
B=40.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211170.5700.030.53176.5239.8833.92
Hex347975390335b12822
Octal641711657103652615042
Binary1101001111001111010111100101111010110110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347975; }

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

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

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

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

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

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

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

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